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.
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
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!
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
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??
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
Dear Mike; thank you for your assistance. Changing the code on additional CSS worked. Thank you!
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
Hi Mike, yes please go ahead and close this thread. Thank you.