Okay
  Public Ticket #2494597
Hover color in HTML elements
Closed

Comments

  • SofieCallebaut started the conversation

    Hi

    I want the blue color in hyperlinks (body text) to remain blue when hovering. How can I fix that? 

    Thanks for your help. 

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

    .wpb_text_column a:hover {
        color: #1a4bad !important;
    }

    Thanks


    ThemeNectar Support Team 

  • SofieCallebaut replied

    Thanks, Tahir. It works perfectly.