Comments 13Lula started the conversationJune 22, 2016 at 10:55pmHi, I have another question if you could help me pleaseI've added a text layer on a slide (revolution slider) and to this text I've added an action to make it a link. Now I would like to remove the CSS link default mouseover (hover) underline.I've tried with a custom CSS using a class:.aslider a:hover { text-decoration: none; !important;}and I've applied this class to the text layer in the classes field "attributes" tab ....but it did not work ... the mouseover underline is still showing .Could you help me with this ... is this the right approach? or how should I get around this?Many ThanksLula[deleted] repliedJune 23, 2016 at 12:37pmHi Lula, I didn't tested this code but i saw a problem on your CSS, it should be: .aslider a:hover { text-decoration: none !important; } 13Lula repliedJune 23, 2016 at 3:58pmHi, YlliI fixed the code but it's still not removing the underline ...Is this the right approach? or there is another way around this?many thanksLula[deleted] repliedJune 23, 2016 at 6:05pmHi Lula,I managed to solve this for you, so please just add this code below to Custom CSS .tp-caption:after { background-color: transparent !important;} 13Lula repliedJune 24, 2016 at 5:02pmHi, YlliPerfect! thanks a lotLula Sign in to reply ...
Hi,
I have another question if you could help me please
I've added a text layer on a slide (revolution slider) and to this text I've added an action to make it a link.
Now I would like to remove the CSS link default mouseover (hover) underline.
I've tried with a custom CSS using a class:
.aslider a:hover {
text-decoration: none; !important;
}
and I've applied this class to the text layer in the classes field "attributes" tab ....
but it did not work ... the mouseover underline is still showing .
Could you help me with this ... is this the right approach? or how should I get around this?
Many Thanks
Lula
Hi Lula,
I didn't tested this code but i saw a problem on your CSS, it should be:
Hi, Ylli
I fixed the code but it's still not removing the underline ...
Is this the right approach? or there is another way around this?
many thanks
Lula
Hi Lula,
I managed to solve this for you, so please just add this code below to Custom CSS
Hi, Ylli
Perfect! thanks a lot
Lula