MyBB Community Forums

Full Version: HyperLink Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change the color of a HYPERLINK within the post only?

My members are complaining about it being hard to spot the Hyper Link

[Image: vALZ+]

The word 'links' was the hyper link in that sentence (5th word from the left)
Add the following class in your theme's global.css
.post_body a:link, .post_body a:active, .post_body a:visited{
color: #FFFF00 !important; /* Its Yellow color. You may change it to your desired color. */
}
Thank you very much it worked.
Hello,

I am using Apart Night theme for MyBB 1.6 but the code given above does not work. My hyperlinks are not changing. Any idea?

PS: do I have to type the code exactly like above? (in Yaldaram's post)
Something might be missing or   like characters are there. If you post your website's URL than it would be helful to give proper answer.