Hello everybody
I have defined a button in the main menu
Button style (colored)
Text in button “Fernwartung”
it is possible to display the text color in blue via CSS
on mouse over in red
Thanks a lot
Kind regards
Franz
Hallo Franz,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-616 a .avia-menu-text {
color: blue;
}
#menu-item-616 a:hover .avia-menu-text {
color: red;
}
LG,
Rikard
Hallo Rikard
When I put it that way, nothing happens.
what am I doing wrong
/*button fernwartung*/
#menu-item-616 a .avia-menu-text {
color: blue;
}
#menu-item-616 a:hover .avia-menu-text {
color: red;
}
Thanks
kind regards
Franz
Hi Franz,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
color: blue;
}
#top #wrap_all .header_color .av-menu-button-colored > a:hover .avia-menu-text {
color: red;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you very much
Victoria
now it works perfectly
you can close this request
I wish you happy Easter.
kind regards
Franz
Hi Franz,
Glad we could help :)
Happy Easter!
Best regards,
Victoria