Forum: Poser - OFFICIAL


Subject: Rescuing the forum

Snarlygribbly opened this issue on Oct 31, 2014 · 9 posts


Netherworks posted Thu, 06 November 2014 at 2:32 AM

Brilliant! Thanks Snarly!

I added this before the end bracket:

(keeps color of forum links, greyed orange if you've visited them, yellow on mouseover)

a.forum-title:link {
    color: #EDBD4F ! important;
}

a.forum-title:visited {
    color: #C9B08F ! important;
}

a.forum-title:hover {
    color: #F3E749 ! important;
}

a.forum-title:active {
    color: #F3E749 ! important;
}

.