Okay
  Public Ticket #1858060
Hover column text color
Closed

Comments

  •  4
    Marcin started the conversation

    Hi!

    Could you help to change hover text color to white on h2 in the 6 grey columns?

    On hover column turns black and text should go white.

    Many thanks!

    I tried to find css but failed:)

  •  8,996
    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):

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

    Thanks


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Perfect!

    Thanks Tahir. All the best!

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please be sure to reach in in case you encounter another issue,

    Regards

    Themenectar Support Team

  •  4
    Marcin replied

    Thank you Scott!