Skip to main content

Column background hover text color

Comments

2 comments

  • KC George

    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
  • Ľudovít Ďurman

    It works perfectly.

    Thank you very much KC George. 

    Hope you will have wonderful day!

    0

Please sign in to leave a comment.