Jump to content

Prestashop 1.5.6.2 change the categories font to be larger


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...