houseofink2018 Posted August 26, 2019 Posted August 26, 2019 I am currently using the HYDE template and all the other recommended CSS solutions given are not compatible with my template: https://www.houseofink.studio/shop-onlineIs there another possible css code injection I could use. Additionally, I have been able to get the pixel border to work on other pages: https://www.houseofink.studio/tattoo-studio
tuanphan Posted August 26, 2019 Posted August 26, 2019 @houseofink2018 Add to Home > Design > Custom CSS /* Shop Page */ .collection-type-products.view-list .ProductList-innerImageWrapper { border: 1px solid #fff; } /* Tatoo page */ body#collection-5d5eed37ce00080001e67447 .image-block-wrapper { border: 1px solid #fff; } if the answer is correct, Please Accept the question and upvote. 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!)
houseofink2018 Posted August 28, 2019 Author Posted August 28, 2019 Unfortunately your recommended CSS injection does not work on either the ShopOnline product page or the TattooStudio page. I was, however, able to get the following to work on the TattooStudio Page: <style> .image-block-outer-wrapper { border: 1px solid #3d4531; } </style> BUT, this CSS does not work on the ShopOnline page. Any other suggestions would be greatly appreciated. https://www.houseofink.studio/shop-online
tuanphan Posted August 28, 2019 Posted August 28, 2019 @houseofink2018 add this for shoponline product page body#collection-5d5ecd5e7e4f2800010ba474 .ProductList-innerImageWrapper { border: 1px solid #fff; } 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
Archived
This topic is now archived and is closed to further replies.