Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1130390

    Hi! I want to change the Header Menu font color to black when inactive and bd1121 when hover… In addition, I’d like a slightly larger font with heavier weight.

    Unfortunately, I don’t know how to do this and have been searching for quite some time. As you can tell, I’m not a professional Web Designer.

    Thank You,

    Phil

    #1130435

    Hey BowHj,

    Add this to quick css:

    #top #header .av-main-nav > li > a .avia-menu-text:hover{
    color:#bd1121!important;
    }
    
    #top #header .av-main-nav > li > a .avia-menu-text{
    font-size:18px!important;
    font-weight:400!important;
    }

    Best regards,
    Jordan Shannon

    #1130569

    Thanks for the suggestion Jordan. I’ve added the code to quick css and it did not do anything. Can you please take a look at the website? Perhaps I’m missing something.

    Phil

    #1130685

    Hi Phil,

    I see that you have file compression active, please try to delete the old CSS and JS files under Enfold->Performance and clear you local browser cache as well. You can set those values under Enfold->Advanced Styling as well if Jordans CSS still shouldn’t work.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.