Hi,
can you help?
Hey!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your column element a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class:hover {
background-color: green!important;
}
Best regards,
Yigit
thanks Yigit!
When hovering over column box is there a method to change the colour of the content elements within the column box. So for example a text block with grey text as normal and when hover to change to white?
Hey!
Yes, that is possible as well. Can you please post the link to your page and point out the element you would like to customize?
Best regards,
Yigit
great thanks..
Hi!
I have added following code to Style.css file of your child theme
.row-box1:hover * {
color: white !important;
}
Please review your website now
Cheers!
Yigit
thanks for the awesome support :)