Introducing Quests: Tailored gamification & bridging in-person events with your community Mike Gitkos Yesterday at 12:39 PM1 day
Posted May 23, 20223 yr 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?
May 24, 20223 yr 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 May 24, 20223 yr by teraßyte