Heres what Im working on:
I would like to change the font colour on the drop down menu and also to change the hover font colour on the drop down menu.
The changes I make within WP admin > Enfold > Styling > Header appears to affect no change.
Im new here, so Im sorry if this is a dumb question.
I appreciate your help, thank you
Anyone? Please?
Hi!
Thank you for using the theme!
Please use this on Quick CSS or custom.css:
.header_color .main_menu .menu ul li a {
color: blue;
background: white;
}
For hover, use this:
.header_color .main_menu .menu ul li a:hover {
color: red;
background: black;
}
Cheers!
Ismael
Hi Ismael,
Thank you so much for helping me.
Can I ask:
Thank you again