MyBB Community Forums

Full Version: Help changing links inside posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Cannot seem to change link color links inside a post.  I am using a theme with all white text and want all liinks inside my posts to be red #FF0000

I have tried to edit the global.css both in advanced and simple editors.  

a:link {

color: #FF0000;
text-decoration: none;
}

a:visited {
color: #0072BC;
text-decoration: none;
}

a:hover,
a:active {
color: #FF0000;
text-decoration: underline;
}

Am I in the wrong place?
Look at your theme's specific css.

Posting a link so someone here can check
or
Yourself using browser tools you can find out which specific rules in which css file to change
remember to hard refresh browser (eg. press CTRL + F5) on your forum index page / topic page after saving changes to style sheets