hellohalle Posted December 17, 2020 Posted December 17, 2020 Site URL: http://hellohalle.com I'm wanting to add dividers between my footer navigation items. I've figured out how to do it using the CSS below, but unsure how to remove the divider after the last navigation item, as it is not needed. I've attached a screenshot. Any help is much appreciated! (site pw: 0267) a.Footer-nav-item:after { content: "\2727"; padding: 0px 0px 0px 15px; }
Beyondspace Posted December 17, 2020 Posted December 17, 2020 1 hour ago, hellohalle said: Site URL: http://hellohalle.com I'm wanting to add dividers between my footer navigation items. I've figured out how to do it using the CSS below, but unsure how to remove the divider after the last navigation item, as it is not needed. I've attached a screenshot. Any help is much appreciated! (site pw: 0267) a.Footer-nav-item:after { content: "\2727"; padding: 0px 0px 0px 15px; } a.Footer-nav-item:last-child:after { content: ""; } try this BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
hellohalle Posted December 18, 2020 Author Posted December 18, 2020 @bangank36 worked perfectly, thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.