Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #261729

    Hi,

    How can I have a different font color in the top menu? When I change the header color the menu color changes also.

    Thanks

    #261742

    Hey OrangeMediaNL!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .header_color .sub_menu>ul>li>a { color: red; }
    .header_color .sub_menu>ul>li>a:hover { color: blue; }

    Best regards,
    Yigit

    #261756

    Hi Yigit,

    Thanks for the quick response. Actually it isn’t a submenu that I placed there but a small info text. Do you know what code I should use in that case?

    Thanks
    Ruben

    #262578

    Hey!

    Please add following code to Quick CSS instead

    .av_phone_active_left.av_secondary_left .phone-info.with_nav span { color: red; }

    Regards,
    Yigit

    #263221

    Hey,

    That only seems to work for the phone, not for the text ;) http://qapitalinvest.com/

    Thanks
    Ruben

    #263501

    Hey!

    Please add following code to Quick CSS as well :)

    .social_header .phone-info span { color: white !important; }

    Cheers!
    Yigit

    #263941

    Thnx!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Font color top menu’ is closed to new replies.