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].
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/
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.