How do I change the link's color of the posts?
2 posters
Page 1 of 1
How do I change the link's color of the posts?
Heya everybody, I'm needing some CSS help!
I want to change the color of the post's links only. How do I do that? I want to make them blue and underlined, with no hover effects
I think the div is .postbody .content but I'm not sure.
Thanks in advace!
I want to change the color of the post's links only. How do I do that? I want to make them blue and underlined, with no hover effects

I think the div is .postbody .content but I'm not sure.
Thanks in advace!
TheListener- Forumember
-
Posts : 796
Reputation : 0
Re: How do I change the link's color of the posts?
Hello,
This CSS code will do it...
This CSS code will do it...
- Code:
.postbody .content a {
color : blue;
text-decoration : underline;
}
.postbody .content a:hover {
color : blue;
text-decoration : underline;
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: How do I change the link's color of the posts?
It works! Thank you so much anikllien, nobody can top you at CSS!
Feel free to lock this
Feel free to lock this

TheListener- Forumember
-
Posts : 796
Reputation : 0
Re: How do I change the link's color of the posts?
Glad I could help 
Solved > Locked

Solved > Locked
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

» Forum, Topics, Posts, and Last Posts Color Change...
» How do I Change the color of links
» I don't know how to change the color of my links.
» HELP, How to change the color of links only on Navigation menu?
» How change forum size and color of the links?
» How do I Change the color of links
» I don't know how to change the color of my links.
» HELP, How to change the color of links only on Navigation menu?
» How change forum size and color of the links?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum