MyBB Community Forums

Full Version: SOLVED: Apart Calm theme, hyperlink color update info needed.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, currently using the Apart Calm theme on 1.6.7 and was hoping someone could help me find the location to change the color of hyperlinks inserted into threads, I've found in global.css the a:link / a:visited and changed those values which does the job, but also has the unwanted side effect of changing lots of text color on the entire forums.

Any help in locating where I can make the needed change for just updating the hyperlink colors.

Thanks
Royel
Try adding post_body a to your showthread css and style the color in there.

.post_body a {color:orange;}
(2012-09-20, 03:02 AM)Leefish Wrote: [ -> ]Try adding post_body a to your showthread css and style the color in there.

.post_body a {color:orange;}

Genius, thanks so much!