sjkwon Posted March 25 Share Posted March 25 (edited) I have a series of images showing on my Shop page, and I would like to have a black frame around the images (of the products). Being a complete beginner in the field, I was wondering if anyone could advise (step by step if possible) how to do this please. Thank you in advance. Edited March 25 by sjkwon Link to comment
tuanphan Posted March 29 Share Posted March 29 Can you share link to shop page? We can check easier sjkwon 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
sjkwon Posted March 30 Author Share Posted March 30 (edited) https://www.renamegoods.com/shop Thanks! Edited March 30 by sjkwon Link to comment
Solution tuanphan Posted April 2 Solution Share Posted April 2 On 3/30/2023 at 9:01 AM, sjkwon said: https://www.renamegoods.com/shop Thanks! Add to Design > Custom CSS /* Shop image border */ .products.collection-content-wrapper .grid-item figure { border: 3px solid black; } chloearielle and sjkwon 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
sjkwon Posted April 8 Author Share Posted April 8 (edited) Thank you so much! Would I be able to use a similar Custom CSS to create the same black border around ALL images on different pages of the website (links below), please? We would like to have border around all images of products with white background. https://www.renamegoods.com/ https://www.renamegoods.com/shop/p/ummm-errrr-ahhhh-eco-tote-bag Edited April 9 by sjkwon Link to comment
tuanphan Posted April 11 Share Posted April 11 On 4/9/2023 at 6:16 AM, sjkwon said: Thank you so much! Would I be able to use a similar Custom CSS to create the same black border around ALL images on different pages of the website (links below), please? We would like to have border around all images of products with white background. https://www.renamegoods.com/ https://www.renamegoods.com/shop/p/ummm-errrr-ahhhh-eco-tote-bag Use this new code /* Shop image border */ .products.collection-content-wrapper .grid-item figure { border: 3px solid black; } /* homepage */ body.homepage a.grid-item { border: 3px solid black; } /* products */ div.ProductItem-gallery-slides { border: 3px solid black; } sjkwon 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment