Post by ash11 » Sat Sep 19, 2009 10:33 pm

Hello

how can i remove the images which are on the categories table on the left side of the homepage
as example : categories, brands, information

Newbie

Posts

Joined
Sat Sep 19, 2009 10:26 pm

Post by kdmp » Sun Sep 20, 2009 2:01 am

Look in your theme directory and look at the stylesheet for that theme.

catalog/view/theme/yourthemename/stylesheet/stylesheet.css


Find this:

Code: Select all

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
and change it to:

Code: Select all

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: none;
}

Kevin Davidson
Purolator Shipping Module
Canpar Shipping Module
VQMod - Paypal Transaction ID to Payment Details


Active Member

Posts

Joined
Thu Jun 04, 2009 10:40 am
Location - Ontario, Canada
Who is online

Users browsing this forum: No registered users and 7 guests