Okay
  Public Ticket #3003175
Underline Link Hover
Closed

Comments

  • SundanceServicing started the conversation

    When you hover over our homepage on the check your rate button for both slides on Slider Revolution it underlines the link "Check your rate".

    I want to know how to toggle this underlining option on and off for different sections of our webpage. 

    I like having the links on the header underlined but I do not want the link "Check your Rate" underlined because it already has a hover effect in place. 

    Please advise. Homepage

    {"wp":{"use":false,"adminUrl":"https://dankoe8.dream.press/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi Sundance,

    Please add the code below to your Custom CSS area:

    a.rs-layer:after {
        background-color: transparent !important;
    }

    Have a nice day!