Home>Support>Origami theme – How to customize archives page links

Origami theme – How to customize archives page links

By geo222, 8 years ago. Last reply by Alex S, 8 years ago.

Hi,

I’d like the links in my archives page to lose the hyperlink (only have hyperlink on hoover) and I want the text color to be the regular dark grey. What Custom CSS can I add?

My archives page at the moment:

http://www.amazing-storytelling.whytecrow.com/wp/archives-2/

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

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

    Hi Geo222,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .post-43 a {
        color: #666;
        text-decoration: none;
    }
    
    .post-43 a:hover {
        text-decoration: underline;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

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