Announcement

Collapse
No announcement yet.

Image Frame Behind/Underneath Image

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Image Frame Behind/Underneath Image

    There is an thumbnail sized image frame on the product detail page as seen here: http://s500765726.onlinehome.us/1and...h-ground-beef/
    Would like this frame to not be seen..
    This image (Ground Beef) was uploaded at the recommended size of 800x800px
    We are using the default responsive template on the Lite Version of the shopping cart..
    Thank You!

  • #2
    You can add a simple css to hide that border that is being attached by the theme.

    .ec_product_image {
    border: 0px !important;
    }

    thanks

    Comment

    Working...
    X