Image Frame Behind/Underneath Image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JeffN94
    Junior Member
    • Dec 2013
    • 3

    #1

    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!
  • admin
    Administrator
    • Feb 2013
    • 59
    • ***************************
      Josh Jones
      Level Four Development, llc
      ***************************

    #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...