This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to remove link underlines?

Resolved 5 replies general
Started · Latest reply by James

Hello,

I’m having trouble finding a way to get rid of the underlines on links in my Vantage site. I have searched and have found some threads that show people how to change the text decoration in css style. I have tried to find the text decoration code in my css style using ctrl+f but I can’t find it. There are 32 results when I do this but all are set to none. So I’m at a loss.

Do I need to have premium Vantage to access this?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. James

    This will remove the underline of links in pages and posts

    .entry-content a {
        color: #248CC8;
        transition: all 0.2s ease 0s;
        text-decoration: none;
    }
  2. Steven Small

    All the text-decoration code is set to none. I must admit I know nothing of code, do I just throw what you wrote in the css style code?

  3. James

    hi,

    yea you put that css code into a custom css plugin (simple custom css) or if you have premium theme in the custom css section in appearance.

  4. Steven Small

    Cool it seems to have worked. Thanks James!

  5. James

    your welcome,

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.

Have a different question or issue?

Start New Thread