Comments Sinead started the conversationAugust 5, 2014 at 10:20amHi there,How do I set the logo to a specific font?CheersS 8,839Tahir repliedAugust 5, 2014 at 10:34pmHey Sinead!You can do so using CSS. Please let me know the font and your site url so i can write them in the live browser and give you some css. Cheers ThemeNectar Support Team Sinead replied privately Sinead replied privately 8,839Tahir repliedAugust 6, 2014 at 11:08amFor the text, Add this into the Custom CSS box located in your Salient Options panel :.home .wpb_text_column > .wpb_wrapper > h2 { line-height: 110%; color: #666; padding: 25px; } And logo : header#top #logo.no-image { font-family: Arbutus Slab; color: #f7921e; } Cheers ThemeNectar Support Team Sinead replied privately 8,839Tahir repliedAugust 6, 2014 at 12:06pmPlease switch the logo to text and provide the page url .Thanks ThemeNectar Support Team Sinead replied privately 8,839Tahir repliedAugust 6, 2014 at 12:29pmAdd in this revised css: header#top #logo.no-image { font-family: Arbutus Slab; font-size: 25px; color: #f7921e !important; } .home .divider-border { border: 2px solid #666; margin: 0px !important; } Cheers ThemeNectar Support Team Sinead repliedAugust 6, 2014 at 2:51pmThanks! Sign in to reply ...
Hi there,
How do I set the logo to a specific font?
Cheers
S
Hey Sinead!
You can do so using CSS. Please let me know the font and your site url so i can write them in the live browser and give you some css.
Cheers
ThemeNectar Support Team
For the text, Add this into the Custom CSS box located in your Salient Options panel :
And logo :
Cheers
ThemeNectar Support Team
Please switch the logo to text and provide the page url .
Thanks
ThemeNectar Support Team
Add in this revised css:
Cheers
ThemeNectar Support Team
Thanks!