change color
I built a header in the Header builder.
Customized colors for menu: font and icons should be white, but it's still blue color for active links and grey for others.
I removed all possible blue colors from the Theme options. Where is that blue?
Also, can't find that brown for the submit button and scroll to the top circle.
Someone suggested adding to Appearance > Customize > Additional CSS:
nav a { color: #fff !important; }
nav .current-menu-item a {
background: #f2f2f2 !important;
color: #fff !important;
}
still not working
Please help.
Comments
I fixed the color for links and icons in the menu. Found it under the header builder style for each item, but now how to make the active link a different color? I changed in Theme options - it doesn't work.
Also, how to make the menu section move more to the right?
Found everything! How to close this disscussion
Hi,
Regular users do not have option to close the topic.
If you want I can do it for you.
Best regards
1) The button in forms takes its styles from Betheme -> Theme options -> Global -> Buttons: Highlighted.
2) Back to top colors can be adjusted in Betheme -> Theme options -> Colors -> Footer:
Best regards
Thank you!