Hi Support,
If you take a look at the page that I have inclduded below and in the Customer Service column to the right the links are permanently underlined. I have used mailto and hrefs within a text widget.
Throughout the web when you hover over a link the underline appears. This is what I would like to happen here.
Thanks in advance.
Hi Wils1234!
Seems like you forgot to attach the link to your website. Can you please post it again? :)
Best regards,
Yigit
Hi Yigit,
Soory… here it is.
Thank you.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .av_inherit_color a {
text-decoration: none !important;
}
Best regards,
Rikard
Hi Rikard,
Thanks. It has removed the permanent underline.
What I actually want is that when you hover over a link the underline appears.
Thanks in advance.
Hey!
Please add following code to Quick CSS as well
#top .av_inherit_color a:hover {
text-decoration: underline!important;
}
Cheers!
Yigit
Hi Yigit,
Thank you.