Jump to content

PS 1.6 Modify product image container


Recommended Posts

Hello all,

I am trying to change the background color of the .product-image-container but i cannot find in which css is is defined.

I am using PS 1.6 default theme.

I want simply turn the background of the images in the newproductsblock from white to black.

I can inspect the element:

 

media="all"
ul.product_list.grid > li .product-container .product-image-container {
  1. backgroundwhite;
}
 
and this:
 
media="all"
ul.product_list.grid > li .product-container .product-image-container {
  1. border-color#dfd8ca;

 

but cannot find this both in global, product_list or product.css

 

anyone can help me finding it?

Thanks in advance

 

RC

 

Link to comment
Share on other sites

Hello Dioniz, thanks for your reply,

I have checked here Lines from 168 to 167 :

 

  ul.product_list.grid > li .product-container {
    background: black;
    padding: 0;
    position: relative; }
    ul.product_list.grid > li .product-container .product-image-container {
      border: 1px solid #d6d4d4;
      padding: 9px;
      margin-bottom: 13px;
      position: relative; }
      @media (max-width: 767px) {
 
 
but as you can see the background is already set to black, but doesn't work.
do I have to add a line with the background color here?:
    ul.product_list.grid > li .product-container .product-image-container {
 
thanks
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...