MyBB Community Forums

Full Version: Colour of link in a post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using a Leaf green theme but the links inside of posts are grey and don't stand out. I would like to change them to blue but I can't find where to do it. I've tried looking everywhere in global.css but no luck so far.

What should I be looking for?
add below code to bottom of your forum's global.css (advanced edit mode)
.post_content a:link {color: #0000ff !important;}
Thanks for the quick response. I've added the line

Quick edit:

It worked but my browser didn't show it straight away.

Thank you.
^ most of the css style changes do not reflect immediately due to browser cache. we have to hard refresh the browser (eg. CTRL + F5)