JoeWest
Member
Posted 3 months ago #
Hi everyone and thanks for looking, any help will be greatly appreciated!
I am currently building this website for my buisness http://www.cardiofitness.co.uk and on the online shop I am wondering if there is any way that I can get rid of the solid black lines around the products on the main display page?
Once you click through to the product http://www.cardiofitness.co.uk/running/products/mens-new-balance-1080/ is there anyway that I can get rid of the comments are closed boxes at the bottom?
and finally under the main picture and text next to the add to cart http://www.cardiofitness.co.uk/running/products/mens-new-balance-1080/ there is a second picture and some un needed scroll bars etc is there anyway i can get rid of this?
Once again any help will be really appreciated!
Joe
christogeretz
Member
Posted 3 months ago #
1. CSS fix.
2. and 3.: you'll want to remove comments from the page template
JoeWest
Member
Posted 3 months ago #
Thanks,
I am new to wordpress so bare with me :) how would i go about doing this?
is there a code for the CSS fix?
JoeWest
Member
Posted 3 months ago #
We are using a Artisteer-generated theme so don't have the option to remove comments i don't think.
Support for artisteer is at http://www.artisteer.com/?forum_id=13&p=forum_topics.
I don't use artisteer, so I don't know how their themes are put together, but you can hide the borders around the products if you match the border colour to the background by adding the following to your stylesheeet:
.dpsc_grid_product {
border: 1px solid #fff!important;
}
However, it might be better to modify where the dpsc_grid_product class is originally defined if you can find it.
JoeWest
Member
Posted 3 months ago #
Brilliant, thanks,
That has got rid of the secondary border around the picture but still no luck with the solid Black border, any idea how to get rid of that?
Cheers!