Okay
  Public Ticket #351160
Webfont logo?
Closed

Comments

  • Morgan started the conversation

    I would like to use OpenSans as my logo and control the size and letter spacing instead of a logo. The text that appears when I don't use a logo image is the wrong size and placement. It would see I have no control over this text.

    Is this possible?

    Thanks

  •  8,427
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    header#top #logo.no-image {
        font-family: 'Open-sans';
        font-size: 36px;
        letter-spacing: 1.5px;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Morgan replied

    Wow, I must have spent 2 days on the logo trying to get it right, I should have just asked!?

    Thank you