View Single Post
  #5  
Old 10-27-2015, 06:18 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: How to change sidebar width?

Quote:
Originally Posted by sinobest
dear, tks for your help. i have changed the width, would you pls tell me how to change the categories font size? i think they are too big.
Hello.
You should add this code into the Custom CSS section in your admin area.
Code:
.sidebar .catalog-categories > li > a {  font-size: 14px; }
This will set the category font to 14px, change it to whatever you want.
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote