Putting borders on the prodoct page images

  • Posts: 34
  • Thank you received: 1
11 years 7 months ago #97189

Hello,
This is the test site store page:
mvs005-002.directrouter.com/~nighteye/checkout2/product/listing

I have figured to add borders for that page in the fronted_default.css file:
/*This puts a border image around the product listings image*/
.hikashop_products_listing img{ border: 2px solid black; }

/*This puts a border around the individual product listings image container*/
div.hikashop_products div.hikashop_subcontainer{
border: 5px solid;
}

But, how to add a black 2px border around the product image for this page and all other similar product pages:
mvs005-002.directrouter.com/~nighteye/ch...-l-e-d-gun-light-kit

Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 7 months ago #97304

Hi,

I think that using this CSS code will probably do the job :

#hikashop_product_image_main img {
border: 2px solid black;
}

Hope this will help you.

Last edit: 11 years 7 months ago by Mohamed Thelji.

Please Log in or Create an account to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum