Hello,
i want on hover to change whole the block with color balck and not only when i hover on text. See that page * on portfolio subcategory when hover on text TELE… or SEC… change color to black see that image ** and show a character before that text. I want to change color to black not when hover on text but on block of that text. See the image ***
Thank you.
Hey Designweb,
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
.rg-design-menu ul.rg-main-sub-menu li.has-sub-don .rg-sub-cat li:hover *
{
background: #4d4d4d;
color: #ffffff !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
that’s work perfect. Thank you very much for your help.