Okay
  Public Ticket #2176300
Column hover text
Closed

Comments

  •  4
    Marcin started the conversation

    Hi,

    After update css from you to change column text h2 color on hover doesnt work anymore. Could you help with this?

    Css below was working for some time:

    .colfffh2 a.column-link:hover~.vc_column-inner h2,
    .colfffh2 a.column-link:hover~.vc_column-inner p {
        color: #fff !important;
    }

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .colfffh2 a.column-link:hover~.wpb_wrapper h2, .colfffh2 a.column-link:hover~.wpb_wrapper p {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Perfect! Thank you Tahir