Skylined Well-known member Jul 18, 2016 #1 I'm trying to change Media Title's text colour through extra.css but I cannot figure how to change just that. Could somebody please help me?
I'm trying to change Media Title's text colour through extra.css but I cannot figure how to change just that. Could somebody please help me?
Chris D XenForo developer Staff member Jul 18, 2016 #2 It's pretty straight forward. Code: .mediaContainer .titleSection h3 { color: red; } Upvote 0 Downvote
Skylined Well-known member Jul 18, 2016 #3 Thanks Chris, I've tried that before posting but didn't work. When I inspect the element this is what I get. Upvote 0 Downvote
Thanks Chris, I've tried that before posting but didn't work. When I inspect the element this is what I get.