Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Weebly help please!

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #235897
    amydavis
    Participant

    Hi there,

    I have used a simple weebly template for my website http://www.edinaronay.com and I would like to remove the border from the product images on the shop pages

    http://www.edinaronay.com/store/c7/DRESSES.html

    If anyone has any idea how to do this I’d be so grateful!

    Many thanks

    #235956
    Shikkediel
    Participant

    It’s the very first line in the sites.css file :

    .wsite-com-category-product-image-wrap, .wsite-com-category-product-featured-image-wrap, .wsite-com-category-subcategory-image-wrap {
    border: 1px solid rgba(0, 0, 0, 0.2);
    }
    

    Should be fixed if you remove the first element there.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.