DM426 Member Sep 14, 2016 #1 I have created a custom class with the EXTRA.css template like so: Code: .customclass { background: #000000; } On the property I want to change, it's already using @coreGradient. If I remove @coreGradient, how do I include the custom class?
I have created a custom class with the EXTRA.css template like so: Code: .customclass { background: #000000; } On the property I want to change, it's already using @coreGradient. If I remove @coreGradient, how do I include the custom class?
Brogan XenForo moderator Staff member Sep 14, 2016 #2 You would replace the customclass name in the EXTRA.css template with the actual class of the property/element you are customising. Or just add the CSS to that SP. Upvote 0 Downvote
You would replace the customclass name in the EXTRA.css template with the actual class of the property/element you are customising. Or just add the CSS to that SP.