Landen Posted August 13, 2021 Posted August 13, 2021 Site URL: https://coral-octagon-ldel.squarespace.com/dress-code Hi - I am working on a website and using the new auto-list feature (with the carousel) and I'd like to add a border or drop shadow to these cards. I can't find the customer css to target these in just this specific section.https://coral-octagon-ldel.squarespace.com/dress-code PW: dance123
tuanphan Posted August 14, 2021 Posted August 14, 2021 On 8/14/2021 at 1:06 AM, Landen said: Site URL: https://coral-octagon-ldel.squarespace.com/dress-code Hi - I am working on a website and using the new auto-list feature (with the carousel) and I'd like to add a border or drop shadow to these cards. I can't find the customer css to target these in just this specific section.https://coral-octagon-ldel.squarespace.com/dress-code PW: dance123 Add to Design > Custom CSS [data-section-id="6116a420f53199026132b96f"] li { border: 3px solid red; } 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!)
Landen Posted August 16, 2021 Author Posted August 16, 2021 great thank you. any ideas on adding drop shadow?
tuanphan Posted August 18, 2021 Posted August 18, 2021 On 8/17/2021 at 3:13 AM, Landen said: great thank you. any ideas on adding drop shadow? Use this code [data-section-id="6116a420f53199026132b96f"] li { border: 1.5px solid #000; box-shadow: 5px 2px 10px rgb(0,0,0,0.5); } 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.