Okay
  Public Ticket #274211
Make all links in the body underlined without hover
Closed

Comments

  • jason started the conversation

    I would like to make all the links on the website underlined by default so users know they can click them without hovering over them. This would be for all body text, h1s, h2s, blog titles, etc. 

  •  8,839
    Tahir replied

    Hey Jason!

    Add this into the Custom CSS box located in your Salient Options panel :
    body *:hover {
        text-decoration: underline;
    }
    
    
    
    Cheers


    ThemeNectar Support Team