How to change the link color in a post?
Page 1 of 1
How to change the link color in a post?
Hi everyone.
I have gone through some of the topics, and not a single one of them provided a satisfactory answer.
What I want:
I only want to change the color of provided links in a post. For example, this is a post. The normal text color is somewhat black. And this is a normal link. it has blue color.
I want to change that normal link's color so that it is going to look like this -> normal link
What happens when I try something:
This is not what I want. It changes every link's color. Portal link, topic color, everything gets changed to red.
I simply want the link inside a post/reply to be changed automatically.
I am using a forum which is in phpbb3 version.
I hope someone will help me out.
I have gone through some of the topics, and not a single one of them provided a satisfactory answer.
What I want:
I only want to change the color of provided links in a post. For example, this is a post. The normal text color is somewhat black. And this is a normal link. it has blue color.
I want to change that normal link's color so that it is going to look like this -> normal link
What happens when I try something:
- Code:
a:[b]link[/b] , a:visited {
[b]color[/b]: red;
}
a:hover {
[b]color[/b]: blue;
}
This is not what I want. It changes every link's color. Portal link, topic color, everything gets changed to red.
I simply want the link inside a post/reply to be changed automatically.
I am using a forum which is in phpbb3 version.
I hope someone will help me out.
Re: How to change the link color in a post?
try these codes (:
- Code:
.postbody {
color: green;
}
.postbody a {
color: red;
}
.postbody a:hover {
color: blue;
}
Guest- Guest

» Change color of post background and text color.
» Post link color
» How do i change the color of a link
» Change color of post BG and text color.
» Change Footer link Color
» Post link color
» How do i change the color of a link
» Change color of post BG and text color.
» Change Footer link Color
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum