JanineDietz Posted May 26, 2020 Share 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! Link to comment
derricksrandomviews Posted May 26, 2020 Share Posted May 26, 2020 (edited) 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; } Edited May 26, 2020 by derricksrandomviews Link to comment
JanineDietz Posted May 27, 2020 Author Share 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: Link to comment
tuanphan Posted May 27, 2020 Share 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 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
JanineDietz Posted May 27, 2020 Author Share 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. Link to comment
tuanphan Posted May 27, 2020 Share 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 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
JanineDietz Posted May 27, 2020 Author Share Posted May 27, 2020 4 minutes ago, tuanphan said: shadow for images on this link? https://astofapiary.com/shop Yes. Thank you! Link to comment
tuanphan Posted May 27, 2020 Share 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 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
JanineDietz Posted May 27, 2020 Author Share Posted May 27, 2020 7 hours ago, tuanphan said: #productList .product-image { box-shadow: 0px 2px 10px #777; } Thank you -- that worked! Link to comment
derricksrandomviews Posted May 27, 2020 Share Posted May 27, 2020 (edited) Lot simpler than my code which was for an index page thumbnails, lot of the elements not needed. Edited May 27, 2020 by derricksrandomviews JanineDietz 1 Link to comment
TobiasM Posted December 15, 2020 Share 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 Link to comment
tuanphan Posted December 17, 2020 Share 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 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