Tagged: colored button
Hi Kriesi,
I would like to know how can I change the text color of my colored button in my header menu.
Now, my button is black (baground) and white (font-color). I would like the hover of this button is yellow. When i pass my mouse over the button, the font change to be yellow. But i would like to keep other items in black with the hover in white. I would like just my colored button with a yellow text in hover …
URL is in private content.
Hey nbermond!
Please try the following in Quick CSS under Enfold–>General Styling:
#menu-item-614 a:hover{
color:yellow !important;
}
Best regards,
Rikard
Hi!
Try this out.
#menu-item-614:hover > a > .avia-menu-text { color: yellow !important; }
Best regards,
Elliott