M@rc Well-known member Sep 11, 2011 #1 I need to change the background color of both : The "followers & following" box Via user profiles. In messages, the "go to first unread" link. ( found it ) Screen Shots : And How can I change the background color Via style properties? Thanks!
I need to change the background color of both : The "followers & following" box Via user profiles. In messages, the "go to first unread" link. ( found it ) Screen Shots : And How can I change the background color Via style properties? Thanks!
P Paul B XenForo moderator Staff member Sep 11, 2011 #2 I don't believe there is a Style Properties section for it, but you can do it via EXTRA.css: Code: .textWithCount.subHeading .count { background-color: @primaryLighter; } Change the colour to suit. Upvote 0 Downvote
I don't believe there is a Style Properties section for it, but you can do it via EXTRA.css: Code: .textWithCount.subHeading .count { background-color: @primaryLighter; } Change the colour to suit.