MorganGrip Posted July 29 Share Posted July 29 I'm looking to hide the latest post from a summary block on the websites front page. Does anyone know if that is possible. Maybe someone has a code for accomplishing that? 😃 Link to comment
tuanphan Posted July 30 Share Posted July 30 Hi, Can you share link to homepage? We can check 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
MorganGrip Posted August 3 Author Share Posted August 3 On 7/30/2023 at 1:45 PM, tuanphan said: Hi, Can you share link to homepage? We can check easier Shure. Here are a link:Â https://gold-guava-nf3s.squarespace.com/ Link to comment
tuanphan Posted August 4 Share Posted August 4 (edited) You can use this CSS code to hide latest item from second summary. Or you can also consider using Filter feature to filter posts by tag or category from 2 summaries div#block-yui_3_17_2_1_1688885568969_26726 .summary-item:first-child { display: none; } Edited August 4 by tuanphan 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
MorganGrip Posted August 8 Author Share Posted August 8 Thanks for your reply! Will the css-code you provided hide that specific post or the latest post published? I need to hide the latest post automatically when a new post is posted. Another strange thing appeared when i attached that css-code. It left a blank spot in the post summary? See attached image. Link to comment
tuanphan Posted August 9 Share Posted August 9 17 hours ago, MorganGrip said: Thanks for your reply! Will the css-code you provided hide that specific post or the latest post published? I need to hide the latest post automatically when a new post is posted. Another strange thing appeared when i attached that css-code. It left a blank spot in the post summary? See attached image. It will hide first post from your Summary, I think first post = latest post. Which plan do you use? Personal, Business, Commerce Plan? We can try another code 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
Solution MorganGrip Posted August 9 Author Solution Share Posted August 9 I managed to solve the issue with the blank space when hiding first post by the help of this excelent solution: https://forum.squarespace.com/topic/241234-looking-for-css-to-hide-the-first-item-in-a-summary-block/?do=findComment&comment=639308 Huge Thanks to @creedon for that solution. Now it looks just fine: https://jessicagrip.com  creedon and tuanphan 2 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