Okay
  Public Ticket #280206
Tagline in top menu?
Closed

Comments

  • David started the conversation

    Would it be possible with some CSS magic to add a tagline to the very top menu, like to the right of the social media icons above the logo?

    Thanks!

  •  8,839
    Tahir replied

    Hey David!

    You can add in a custom secondary menu and put in the tagline in there. I am afraid its no possible with css. 

    Thanks


    ThemeNectar Support Team 

  • David replied

    Thanks, that works! How would I make the menu text larger? I don't see an option for secondary menu font size in Typography.

    Thanks again for the support!

  •  8,839
    Tahir replied

    Hey David!

    Please use this custom css, Add this into the Custom CSS box located in your Salient Options panel : 

    body #header-secondary-outer nav > ul > li > a {
        font-size: 18px !important;
    }
    

    Thanks


    ThemeNectar Support Team