danicasamuel Posted March 20 Share Posted March 20 (edited) Hello, the landing page for each blog provides a built-in summary of all the posts. I'd like to hide this section and design my own summary of blog posts that's not limited to Squarespace's design. When I use the CSS code (below), the content within my blog posts starts disappearing too. Is there a way I can hide this section without ruining the content of my blog posts? Please help section[data-section-id="631be0428f71a31aacf70a54"] { display: none; } Zight Recording 2024-03-19 at 02.37.23 PM.mp4 Edited March 20 by danicasamuel Added video Link to comment
dnmddy Posted March 20 Share Posted March 20 please share a link to the page on your site! Link to comment
danicasamuel Posted March 20 Author Share Posted March 20 Hi @dnmddy, thanks for your reply. Here's the link https://www.vainqueurmag.ca/runway Link to comment
dnmddy Posted March 20 Share Posted March 20 (edited) can you share a screenshot highlighting which content you're trying to hide? Edited March 20 by dnmddy Link to comment
danicasamuel Posted March 20 Author Share Posted March 20 Here you go, it's at the very bottom of the page, in a list @dnmddy Screen Recording 2024-03-20 at 4.17.18 PM.mov Link to comment
Solution tuanphan Posted March 25 Solution Share Posted March 25 Use this code instead body.view-list section[data-section-id="631be0428f71a31aacf70a54"] { display: none; } 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!) Link to comment
danicasamuel Posted March 26 Author Share Posted March 26 Omg, thanks a million! @tuanphan this worked! tuanphan 1 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