Change link color only in post and/or cms articles

  • Thread starter Thread starter AdminAdmin is verified member.
  • Start date Start date
Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
Was looking how to change link colors only in posts and found how todo this here on the forum posted by Lynne.
add to additional.css
Code:
/* change link color in posts and sigs*/
.postcontent a {color:#356fb7;}
.signature a {color:#275187;}
/* change link hover color*/
.postcontent a:hover {color: red;}
.signature a:hover {color: red;}
Also here is the code for cms article and article homepage preview
Code:
/* change link colors in cms articles*/
.article a {color: #336699;}
.article_preview_contents a {color: #336699;}
.article a:hover {color: #CC0000;}
.article_preview_contents a:hover {color: #CC0000;}
change colors to suit you
 

Facebook Comments

Similar threads

Admin
Replies
1
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
714
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
689
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
826
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
980
AdminAdmin is verified member.
Admin
N
Replies
1
Views
2K
newbe
N
Back
Top