Jump to content

making small changes to Categories block....


Recommended Posts

hi. i want to change my categories block and remove the arrow on the left and the small icon on the right that drops the categories. and one last thing i have been trying to space out the text a bit as shown in the picture, but i can't seem to change it. i have added a picture with the changes i would like to do.

 

http://www.shopmost.co.uk

 

thank you.

post-106055-0-50797400-1393271808_thumb.jpg

Edited by Nick20000 (see edit history)
Link to comment
Share on other sites

Hi Nick,

 

Go to global.css in your theme's css folder and try changing this section to as follows:

 

Line: 1989

#categories_block_left li a {
  display: block;
  padding: 7px 11px 6px 22px; /* padding: 5px 11px 4px 22px; */
  font-size: 12px;
  color: #2166a2;
  /* background: url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 8px transparent; */
}

Instead of removing the unwanted code I've commented it out. The above should remove the arrows on the left and increase the space between the menu links

 

To get rid of the icons to the right:

 

Line: 2004

#categories_block_left li .OPEN, #categories_block_left li .CLOSE {
  display: block;
  float: right;
  margin: 7px 10px 0;
  height: 9px;
  width: 9px;
  /* background: url(../../../modules/blockcategories/img/icon/open-close.png) no-repeat 0 -9px; */
  cursor: pointer;
}

Again I've just commented out the background image.

 

Hope that helps.

Joel

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