Jump to content

Change the color of links posted in the forum?


Go to solution Solved by teraßyte,

Recommended Posts

  • 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
Link to comment
Share on other sites

  • Recently Browsing   0 members

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