David N. Posted May 23, 2022 Share Posted May 23, 2022 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? Link to comment Share on other sites More sharing options...
Solution teraßyte Posted May 24, 2022 Solution Share Posted May 24, 2022 (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 May 24, 2022 by teraßyte SeNioR- and David N. 2 Link to comment Share on other sites More sharing options...
David N. Posted May 24, 2022 Author Share Posted May 24, 2022 Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts