XF 2.3 Category strips

Search in the ACP for Block Header, or find it in the menu list of style properties under Blocks and change the colour where the arrow is pointing; whilst there you can change other properties such as font colour and size, etc. Play around with it and see what you can come up with :)

1731699064154.webp
 
How weird - it works fine for me. Try putting this in your extra.less template file.

Code:
.block-header {
    color: #ffffff !important;
    background: #37444e !important;
}

Play with the colors to suit. If this doesn't work I'm at a loss as to why it's not working.
 
How weird - it works fine for me. Try putting this in your extra.less template file.

Code:
.block-header {
    color: #ffffff !important;
    background: #37444e !important;
}

Play with the colors to suit. If this doesn't work I'm at a loss as to why it's not working.
I created a new default style and it doesn’t work either. Very strange
 
How weird - it works fine for me. Try putting this in your extra.less template file.

Code:
.block-header {
    color: #ffffff !important;
    background: #37444e !important;
}

Play with the colors to suit. If this doesn't work I'm at a loss as to why it's not working.
I’ll try this. Thanks
 
Back
Top Bottom