Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #994306

    Hi; I need to change the background color of the secondary menu bar. I have the color code that is my brand color and need to put that in as the background.
    Please help.
    Thank you.

    #994597

    Hey Oliver,
    Do you mean the top bar on your site where the phone number is? It seems the correct color is already set, has this been resolved?

    Best regards,
    Mike

    #994914

    Hi Mike; thanks for responding.

    The color is darker than what I need.
    You can clearly see the difference if you scroll down and get the footer near the header, the difference in shade will be evident.

    Thanks!

    • This reply was modified 6 years, 3 months ago by oliverdubai.
    #994958

    Hi,
    Oh I see now, your css has changed it with this:

    #header_meta {
        background: #dd7027 !important;}

    the “!important;” is going to be a little hard to overwrite, please include a admin login in the private content area so we can look for this rule and change it. I believe it was manually added as typically the theme settings don’t add the “!important;” to the rules.

    Best regards,
    Mike

    #994968

    I understand that it might be difficult. But is it possible for you to guide me through this to avoid sharing access to my website’s dashboard??

    #995211

    Hi,
    Sure, it looks as though you are using a custom css plugin, if so please check the code in it for:

    #header_meta {
    	background: #dd7027 !important
    }
    
    #header_main ul li a:hover span {
    	color: #dd7027 !important
    }

    and change the color code to the one you wish to use.
    If you are not using a plugin, then check WordPress > Customize > Additional CSS & Enfold Theme Options > General Styling > Quick CSS field
    for the code.

    Best regards,
    Mike

    #996426

    Dear Mike; thank you for your assistance. Changing the code on additional CSS worked. Thank you!

    #996447

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1241200

    Hi Mike, yes please go ahead and close this thread. Thank you.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to change Secondary Menu color?’ is closed to new replies.