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
Look in your theme directory and look at the stylesheet for that theme.
catalog/view/theme/yourthemename/stylesheet/stylesheet.css
Find this:
and change it to:
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');
}
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
Who is online
Users browsing this forum: No registered users and 4 guests