Jump to content

Featured Replies

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? 

Solved by teraßyte

Go to solution
  • Community Expert
  • Solution

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

  • Author

Thank you!

Recently Browsing 0

  • No registered users viewing this page.