Jump to content

Change the color of links posted in the forum?


Go to solution Solved by teraßyte,

Recommended Posts

Posted

I tried changing the Link color in the "Text" tab of my theme but that changes the color of the topic titles in the forums as well. Is there a way to change the color of only the links that are posted inside posts in a topic? 

  • Solution
Posted (edited)

Add this css rule in your theme's custom.css file:

.ipsType_richText a {
	color: red;
}

Change the color to whatever you want.

 

This will change links in any kind of posted content, not only posts though. If you specifically want only topic posts it needs to apply to some more classes/attributes.

Edited by teraßyte
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...