Hi,
1. I think that you should :
- Go to "Hikashop->Display->Views"
- Edit the "listing_div" file of your "product" view of your front-end template
2. You'll just have to edit your product listing through "Hikashop->Display->Content menus->'Your product listing'" and set the "Display 'Add to cart' button" option to NO
3. I think that you'll find your answer through the
CSS documentation
:
span.hikashop_product_price {
color: YOUR COLOR;
white-space: nowrap;
}
4. You'll find all images setting through "
Hikashop->System->Configuration->'file'" with the "Product page image width/height" options.
Hope this will help you.