Okay
  Public Ticket #1279893
Logo Font changing
Closed

Comments

  • Lutz started the conversation

    I would like to change the Font of the Logo / Page-Title in the upper left corner.

    Any ideas for me?


    Thanks a lot,

    Lutz



  •  8,402
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #logo {
        font-family: Roboto !important;
        font-size: 24px !important;
        line-height: 24px !important;
    }

    Thanks


    ThemeNectar Support Team