XF 1.5 How to include a custom class in additional css

DM426

Member
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?

xen-question.webp
 
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.
 
Top Bottom