Jump to content

How to add arrow icon for subcategory tree


Recommended Posts

You need to edit the global.css file and add

 background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 15px 10px transparent;

to the  #categories_block_left  li ul li a  section.

 

I also added a margin to the left and added some padding you can play with the #'s to get it how you want.

 

 

Here is the section from my css file at or around line 1972, sections in red are added or modified.

 

 

#categories_block_left  li ul {margin-left:10px;}
#categories_block_left  li ul li {border:none}
#categories_block_left  li ul li a {
padding-left:30px;
background:none;
color:#666;
border:none;
background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 15px 10px transparent;
}
Link to comment
Share on other sites

  • 2 years later...

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