Eric L Posted March 31, 2022 Share Posted March 31, 2022 (edited) Site URL: https://addanote.co.uk/pricing-1 I've got 2 sections and the same CSS applied to both because they have the same class however, is there a way to only apply the style to the middle instance in the second section. I've tried changing the class in DevTools and this is the outcome I want however, this isn't possible in the site. Is there a solution for this? Or can someone give me closure and tell me that it isn't possible. Edited March 31, 2022 by Eric L Link to comment
SQSPStarter Posted March 31, 2022 Share Posted March 31, 2022 Use nth-child() selector. Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 You can target middle column with this CSS div#page-6241a52b9b9b6e18bb394e59 .span-4:nth-child(2) { background-color: #EDF4DD; } 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