- Compatible XF 2.x versions
 - 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 :
	
	
	
		
Screen :
		
	
If you have...
						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 :
If you have...
							You do not have permission to view the full content of this resource.
							
								Log in or register now.