Hi!
How can I change the color of menu botton? (when I choose the buton style)
Tnx!
Hey Tanya2105!
Thank you for using Enfold.
You can use this:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background: red;
color: blue;
border-color: pink;
}
Cheers!
Ismael
Hi Kriesi,
If I want to use to have a colored text and no button, I can set the backgroundcolor to white using the above snippet.
But If I want to show the button when the mouse is over, is it enough to add a:hover
to the above snippet or is there a smarter way?
Great theme! Thanks…
Mads