Jump to content

how to add a underline under each item which at left column of catalog on the hompage, thanks.


Recommended Posts

how to add a underline under each item which at left column of catalog on the hompage? because I have too many sub catalogs which on the left column on the homepage, make them not clear, so add underline will make them looks better, please, anyone can help me ? thanks.

Link to comment
Share on other sites

You will need to edit your blockcategories.css file, that can be found here ...themes/prestashop/css/modules/blockcategories

 

Edit this file and find the section heading #categories_block_left .tree LI and add this text-decoration : underline

be sure to add the semicolon ; after the last line before this new line (I made it red to show - added after 13px)

 

Will look like this when done:

 

 

#categories_block_left .tree li {

border: none;

padding-top: 5px;

padding-left: 1px;

background: none;

margin-left: 0;

font-weight: bold;

font-size: 12px;

line-height: 13px ;

text-decoration:underline

}

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...