Hi Guys
I have a content slider on my page. I have added a link to the text. I would like to keep the link but remove the line underneath the text which has come up when I added the hyperlink please?
Thanks
D
Hey deegranger,
Please try the following in Quick CSS under Enfold–>General Styling:
.slide-entry a {
text-decoration:none !important;
}
Thanks,
Rikard
Many thanks for your help Rikard!