Column background hover text color
Hello brizy team,
Is there any way how to change text color by CSS, when using brizy feature to changing color of column background by hover?
For example, normally background is black and text color white, when i hover over column i can change the background color of column by hover effect from brizy - lets say for example yellow but i cant change the text color...
Is there any CSS solution for this please? Would be very helpful.
Thank you so much for your advices.
-
Hi Ľudovít,
You could add the following CSS to the column settings. In this code, I have set black color on hover. You can see this hover effect at https://restaurant1.brizy.site/en/text-on-hover
element:hover span,
element:hover strong {
/* Change the color on hover */
color: black !important;
}0 -
It works perfectly.
Thank you very much KC George.
Hope you will have wonderful day!
0
Please sign in to leave a comment.
Comments
2 comments