XF 2.1 Custom Banner Color

In your extra.less for the style add something to style the background color, e.g.

Code:
.label.black

{background:#000;
color:#fff;
}

Then as your custom class put label black

This will just change the background and text color.

If you do it without the label class then you can start from scratch, ie define padding, border shadow etc. how you like.
 
Back
Top Bottom