Hello,
How do you remove Underline from all links?
Thx
Hello,
How do you remove Underline from all links?
Thx
Hi!
Add following code to css/custom.css or the quick css field:
a {
text-decoration: none;
}
Best regards,
Peter
Hi Dude,
This works on footer, and page content. Also, how can I remove underline from Sub menu and Cart link in header?
Thx
Hi,
Try to add this code:
.sub_menu > ul > li > a,
.sub_menu > div > ul > li > a {
text-decoration: none;
}
Hope this helps. :)
Regards,
Ismael
Hi Ismael,
That worked perfect.
Thank you
Hey,
Glad that I could help you. :)
Cheers,
Ismael
This topic has been closed to new replies.