Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I am trying to remove the underline from the hyperlinks within my own website.
I saw some help in other SiteOrigin forums with Custom CSS and I tried them:
THIS:
/* Links */
a,
a:hover {
text-decoration: none;
}
AND THIS:
.entry-content a {
text-decoration: none;
}
AND THIS:
.sow-features-list .sow-features-feature p.sow-more-text a:hover {
text-decoration: none;
}
It’s still not working. This is a sample: https://weignitegrowth.com/brand-story/
Can you please help? Thanks a lot.
Hi Poulomi,
You can remove the underline in SiteOrigin North by using the following CSS you mentioned:
If that CSS isn’t working for you, please try clearing your minify, page cache, and clear your browser cache.