andreicos82 Posted August 11, 2010 Share Posted August 11, 2010 How can i change products categoy module font size? is to small for the moment... Link to comment Share on other sites More sharing options...
e-motostore Posted August 11, 2010 Share Posted August 11, 2010 Can You details which page you want to change ? Link to comment Share on other sites More sharing options...
andreicos82 Posted August 11, 2010 Author Share Posted August 11, 2010 the site is www.sanita.ro . On the main page i need to change the font size in Category module. The module is on the left side of the main page where the products are. ( Baterii monocomanda, cabine de dus, cantare de baie....bla bla bla) Link to comment Share on other sites More sharing options...
rocky Posted August 12, 2010 Share Posted August 12, 2010 It is the following section on line 1213 of themes/Darylita 2/css/global.css that you need to change: /* Block categories */ div#categories_block_left ul.tree { padding-left:0.5em; } div#categories_block_left ul.dhtml{ display:none; } div#categories_block_left ul.tree li { border:none; padding-left:5px; background: none; margin-left:0; font-weight:bold; font-size:10px; line-height:12px; margin-top:2px; } div#categories_block_left 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{ padding-left:15px; font-size:9px; } Currently, the font size of the first-level categories is 10px, the second-level categories are 11px and the third-level categories are 9px. I suggest you change the font-size of the top-level categories from 10px to 13px. Link to comment Share on other sites More sharing options...
andreicos82 Posted August 12, 2010 Author Share Posted August 12, 2010 thx a lot. This is working Link to comment Share on other sites More sharing options...
rocky Posted August 12, 2010 Share Posted August 12, 2010 If your issue is resolved, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
andreicos82 Posted August 12, 2010 Author Share Posted August 12, 2010 [sOLVED]How can i change products categoy module font size? is to small for the moment... 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