amagiovany Posted May 26, 2023 Posted May 26, 2023 Hello, I am trying to add a border around the images of my products in the store. I have tried using .tweak-product-list-meta-position-overlay .ProductList-item { border: 1px solid black; margin-left: -2px; } and a couple variations of that to no avail. A nice to have as well would be to add the price and name of piece below the product, within the border as well.
tuanphan Posted May 28, 2023 Posted May 28, 2023 Hi, Can you share link to page? We can check & give code easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
amagiovany Posted June 12, 2023 Author Posted June 12, 2023 yes, the link is https://www.amandacarrillo.com/shop thanks!
tuanphan Posted June 14, 2023 Posted June 14, 2023 Add to Design > Custom CSS #productList .product { border: 1px solid black; } @media screen and (min-width:901px) { width: calc(~"30.42071197% - 2px") !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment