glozinski Posted September 2, 2014 Share Posted September 2, 2014 I have attached an image as well as the site name which is http://www.silkplantscanada.com/en/. I am using prestashop 1.5.6.2 and when you are on the site I would like to increase the font size of the categories on the left hand side column. Thank you in advance. Link to comment Share on other sites More sharing options...
dioniz Posted September 3, 2014 Share Posted September 3, 2014 You need to find this code in css file: #categories_block_left li a { background: url("http://www.silkplantscanada.com/themes/default/css/../../../modules/blockcategories/img/arrow_right_2.png") no-repeat scroll 10px 10px transparent; color: #333; display: block; padding: 7px 11px 5px 22px; } and add to it so it looks like this: #categories_block_left li a { background: url("http://www.silkplantscanada.com/themes/default/css/../../../modules/blockcategories/img/arrow_right_2.png") no-repeat scroll 10px 10px transparent; color: #333; display: block; padding: 7px 11px 5px 22px; font-size:14px; } I can't tell you in which css file you have this code because you have CCC turned on. Link to comment Share on other sites More sharing options...
glozinski Posted September 3, 2014 Author Share Posted September 3, 2014 Good Day You are right I do no know which file it is is as the link above does not have anything under the css nor under the modules. I have ccc turned off Please advise if you can tell how to find the link again. Thank you You need to find this code in css file: #categories_block_left li a { background: url("http://www.silkplantscanada.com/themes/default/css/../../../modules/blockcategories/img/arrow_right_2.png") no-repeat scroll 10px 10px transparent; color: #333; display: block; padding: 7px 11px 5px 22px; } and add to it so it looks like this: #categories_block_left li a { background: url("http://www.silkplantscanada.com/themes/default/css/../../../modules/blockcategories/img/arrow_right_2.png") no-repeat scroll 10px 10px transparent; color: #333; display: block; padding: 7px 11px 5px 22px; font-size:14px; } I can't tell you in which css file you have this code because you have CCC turned on. Link to comment Share on other sites More sharing options...
glozinski Posted September 3, 2014 Author Share Posted September 3, 2014 Great!!! Found it under css/global.css Thank you. Greatly appreciate it. Link to comment Share on other sites More sharing options...
glozinski Posted September 3, 2014 Author Share Posted September 3, 2014 Sorry but that only worked for the home page not the complete site. Any other suggestions. Thank you. Link to comment Share on other sites More sharing options...
glozinski Posted September 3, 2014 Author Share Posted September 3, 2014 cleared cache....all is well 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