Home Forums Basel support forum Border around product images?

Border around product images?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #61719

    Kim
    Participant

    Hi! Is there a way to create a border around product images?

    #61791

    Hello,

    Border for an image on a product page – Please add this CSS to Theme Settings > Custom CSS

    .product-images{
        border:1px solid red;
    }

    Please replace “red” with the color you need.

    Best Regards

    #61858

    Kim
    Participant

    Perfect, thanks! This works on single product pages, but I’d like to do the same thing on catalog pages. How would I go about doing that?

    #61875

    Hello,

    Please add this CSS to Theme Settings > Custom CSS:

    .product-grid-item .product-element-top {
        border: 1px solid #000000;
    }

    Best Regards

    #62100

    Kim
    Participant

    Perfect, thanks!:)

    #62116

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Border around product images?’ is closed to new replies.