MorganGrip Posted July 29, 2023 Posted July 29, 2023 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? 😃
tuanphan Posted July 30, 2023 Posted July 30, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MorganGrip Posted August 3, 2023 Author Posted August 3, 2023 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/
tuanphan Posted August 4, 2023 Posted August 4, 2023 (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, 2023 by tuanphan 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!)
MorganGrip Posted August 8, 2023 Author Posted August 8, 2023 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.
tuanphan Posted August 9, 2023 Posted August 9, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Solution MorganGrip Posted August 9, 2023 Author Solution Posted August 9, 2023 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  tuanphan and creedon 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment