Home>Support>Custom CSS for removing underline from hyperlinks not working in SiteOrigin North

Custom CSS for removing underline from hyperlinks not working in SiteOrigin North

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.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 6 years, 8 months ago Alex S
    Hi, I Work Here

    Hi Poulomi,

    You can remove the underline in SiteOrigin North by using the following CSS you mentioned:

    a,
    a:hover {
    text-decoration: none;
    }
    

    If that CSS isn’t working for you, please try clearing your minify, page cache, and clear your browser cache.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More