MyBB Community Forums

Full Version: Help with 1point8 Theme CSS?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hey guys, I'm admin on a new forum on which we're using iAndrew's 1point8 theme as the default. When posting links, they show up the same colour as the text in a post until hovered over. I'd like the links to show up as green regardless of needing to hover over them. How do I do that?

Thanks. 
You can change it in global.css, look for this and change the color code

a:link {
color: #393b47;
text-decoration: none;
}
Thank you but when I change the colour and also in a:visited, it changes the colours of the forum links on the main page too. Anyway I can just change links when linked in a post?
.post_body a:link {
color: #000fff;
text-decoration: none;
} 

see if required => color codes guidance
thanks, but that doesn't seem to be working. there's no change when I add it.
^ can we have a test thread url from your forum (where you have a link)
^ suggested css style rules should work. where have you added it in global.css of 1point8 theme ?
I have added it here:

[Image: 4B6WRki.jpg]
^ oh! you have to remove that and add suggested style rules in advanced edit mode (tab) of global.css
Pages: 1 2