Okay
  Public Ticket #1205743
Changing Menu Font & Color
Closed

Comments

  • Taylor started the conversation

    Hello!

    How can I change the color of the top navigation menu on our site?  I would like to change it to black. 
    Also, how can I change the font type?


    Thank you!

  •  2,744
    Andrew replied

    Hi Taylor,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    #header-outer.transparent header#top nav > ul > li > a{
      color: red!Important;
      font-family: 'Lora'!important;
    }

    Just change the folor and font to the ones you wish to use.

    I hope this helps 

    Cheers!