archproject Posted April 1, 2010 Share Posted April 1, 2010 Hi guys, Sorry to ask you a dump question. But which file to edit to increase or decrease the font size of the category names in the categories block? Because since I have about 3 - 4 levels the font size just getting smaller and smaller .. on each level. So please help meWhich file and on which line to edit ? RegardsArchproject Link to comment Share on other sites More sharing options...
rocky Posted April 1, 2010 Share Posted April 1, 2010 It is the /* Block categories */ section of css/global.css in your theme's directory that you need to change: div#categories_block_left ul.tree li ul li, div#categories_block_product_footer ul.tree li ul li{ padding-left:15px; background:none; font-size:11px; font-weight:normal; } div#categories_block_left ul.tree li ul li ul li,div#categories_block_product_footer ul.tree li ul li ul li{ padding-left:15px; font-size:9px; } Remove the font-size from these sections if you want the text size to remain the same. Link to comment Share on other sites More sharing options...
archproject Posted April 1, 2010 Author Share Posted April 1, 2010 Wow Thanks rocky, It works ... heheheh .. the fonts are too small for my theme so I just put in font-size:15px for all heheheheh ... thanks again Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now