[Support request] Remove border from images (Seller)

Home Forums Support [Support request] Remove border from images (Seller)

Home Forums Support Remove border from images (Seller)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #960558
    Greg

    I imported seller and would like to remove the border from the images.

    #960585
    Leo
    Staff
    Customer Support

    Hi there,

    Remove this CSS in the Additional CSS field in the customizer:

    .woocommerce ul.products li.product a img,
    .woocommerce div.product div.images img{
    	padding: 3px;
    	border: 1px solid rgba(0,0,0,0.1);
    	box-sizing: border-box;
    }

    Let me know ๐Ÿ™‚

    #960589
    Greg

    Wow that’s impressive…

    Any chance I can get 5 products on a row but keep them bigger?

    I currently have 4 in a nice size but when I select 5, they become small…

    So effectively, reduce the white space to get 5 on a row but bigger than the current option…

    #960671
    Leo
    Staff
    Customer Support

    You could try increasing the container width:
    https://docs.generatepress.com/article/container-width/

    Let me know ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.