Change the color of the blocks on your sidebar

Unmaintained Change the color of the blocks on your sidebar

Compatible XF 2.x versions
  1. 2.0
Additional requirements
EXTRA.less
Visible branding
No
Hi,

Today I share a tutorial under xenForo 2.0 : Change the color of the blocks on your sidebar!!

Add this in your template EXTRA.less :
Code:
/*color bloc sidebar*/
.block-minorHeader {
    background-color: #0f3652 !important;
    color: #FFF !important;
}

Screen :
Screenshot_3.webp


If you have...
You do not have permission to view the full content of this resource. Log in or register now.
Author
SyTry
Views
1,217
First release
Last update

Ratings

5.00 star(s) 2 ratings

Latest reviews

This allowed me to match the customization I already made to my categories. A simple fix, but I didn't know where to look. Thanks!
SyTry
SyTry
Thanks ;)
Basic but very useful. I came to these boards looking for help for this very thing and was happy to stumble across this resource. Thank you for the time and effort
SyTry
SyTry
Thanks!
Top Bottom