Okay
  Public Ticket #2743033
Revolution Slider: links on mobile
Closed

Comments

  •  26
    Sira started the conversation

    Hi, guys:

    I have a button on my Rev Slider. When I click on it, it shows the link theme effect (underlined in the theme link color). As a matter of fact, this issue happens on all devices (not just in mobile as I said in the tittle of this ticket)

    How can I get rid of this effect on my Rev Slider? (I thought it was a bug that was solved in one on the updates, but I got the last one and it is happening)

    Thanks!

  •  1,560
    Laborator replied

    Hi Sira,

    I have added this CSS to Custom CSS to hide the underline below the button on Slider Revolution:

    .rev-btn:after {
        display: none !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  26
    Sira replied

    Wow, that is fast!! Thanks