Okay
  Public Ticket #455809
Links underline
Closed

Comments

  • Stephen started the conversation

    The clickable sections on this page (and others) all underline on hover. Is it possible to remove this? Other buttons such as on the nectar slider on the home page do not do this.

    Thanks in advance for your help

  •  8,851
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    a:hover, a:focus {
        text-decoration: none !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Stephen replied

    Many thanks. Worked perfectly.