JanineDietz Posted May 26, 2020 Posted May 26, 2020 Site URL: http://www.astofapiary.com I'd like to add a drop shadow to the product page on the site Astof Apiary. The template is Montauk. Can someone tell me how to do that? Thanks!
derricksrandomviews Posted May 26, 2020 Posted May 26, 2020 This should do it I think. If you don't use the block id (looks something like this 55342f9fe4b003aefe420900) it will drop shadow every collection/grid on your site. This plug in for chrome is great, ids the blocks/pages of your site. https://chrome.google.com/webstore/detail/squarespace-collectionblo/bggpdfnccodbnmcndckmeehdjkjojkde?hl=en-US Code goes into custom CSS body#collection-block id goes here a.project .content-fill { background-color: #707B7C; border-radius: 10px; -webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1) !important; -moz-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1) !important; box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.1) !important; }
JanineDietz Posted May 27, 2020 Author Posted May 27, 2020 Thank you Derrick. I have the chrome plugin and used the collection ID but I don't think it worked. This is what I dropped into my Custom CSS:
tuanphan Posted May 27, 2020 Posted May 27, 2020 Which element you want to use dropdown? 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!)
JanineDietz Posted May 27, 2020 Author Posted May 27, 2020 Tuanphan -- not sure what you mean? I'm trying to add a drop shadow to each of the product images on the Shop grid. I'm trying to find a sample of what I am looking for and will share when I do.
tuanphan Posted May 27, 2020 Posted May 27, 2020 shadow for images on this link? https://astofapiary.com/shop 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!)
JanineDietz Posted May 27, 2020 Author Posted May 27, 2020 4 minutes ago, tuanphan said: shadow for images on this link? https://astofapiary.com/shop Yes. Thank you!
tuanphan Posted May 27, 2020 Posted May 27, 2020 Add to Home > Design > Custom CSS #productList .product-image { box-shadow: 0px 2px 10px #777; } 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!)
JanineDietz Posted May 27, 2020 Author Posted May 27, 2020 7 hours ago, tuanphan said: #productList .product-image { box-shadow: 0px 2px 10px #777; } Thank you -- that worked!
derricksrandomviews Posted May 27, 2020 Posted May 27, 2020 Lot simpler than my code which was for an index page thumbnails, lot of the elements not needed.
TobiasM Posted December 15, 2020 Posted December 15, 2020 Hi, I am trying to add a drop shadow to a Photo Book in my shop. Page template is BEAUMONT. I tried different codes from this forum but nothing worked. Can someone help? Thank you so much!!! Tobias
tuanphan Posted December 17, 2020 Posted December 17, 2020 On 12/15/2020 at 5:40 PM, TobiasM said: Hi, I am trying to add a drop shadow to a Photo Book in my shop. Page template is BEAUMONT. I tried different codes from this forum but nothing worked. Can someone help? Thank you so much!!! Tobias Can you share link to shop page? We can help 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.