Origami theme – How to customize archives page links
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.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.