Guest Posted April 9, 2020 Posted April 9, 2020 Site URL: https://raspberry-krill-bzz4.squarespace.com/blog-2/blog-post-title-one-jky84 Hello all, Looking for some help! I would like to remove the main title from my blog pages as the vehicle information will be below the image slideshow (I would like to keep the title it in the collections page), hide the tags, and remove the previous/next post links if possible? Link: https://raspberry-krill-bzz4.squarespace.com/blog-2/blog-post-title-one-jky84 Thanks in advance for any assitance!
Solution 8B39C8 Posted April 9, 2020 Solution Posted April 9, 2020 (edited) We do not have acces to your site, as its private. You can set it to password only, so we can acces it. As far as I'm aware, there is not really a solution by squarespace, but there are some workarounds. If you just leave the main title empty, it will not show up in the final version. You can hide the elements individually, using the display: none tag from CSS. The code would look like this: /*hides the previous and next buttons from all blog pages*/ .item-pagination.item-pagination--prev-next { display: none; } /*hides the title from all blog pages*/ .blog-item-title { display: none; } /*hides the tags from all blog pages*/ .blog-meta-item--tags { display: none; } In order to adjust the space above the point where you blog content starts, you can use this: /*adjust the space above the content of all blog pages*/ .blog-item-content.e-content { margin-top: XXyy; } Note that that margin-top also allows for negative values to decrease the space. Keep in mind, that this workaround will make these changes to all blogs. Edited April 9, 2020 by 8B39C8
Guest Posted April 10, 2020 Posted April 10, 2020 (edited) 14 hours ago, 8B39C8 said: We do not have acces to your site, as its private. You can set it to password only, so we can acces it. As far as I'm aware, there is not really a solution by squarespace, but there are some workarounds. If you just leave the main title empty, it will not show up in the final version. You can hide the elements individually, using the display: none tag from CSS. The code would look like this: /*hides the previous and next buttons from all blog pages*/ .item-pagination.item-pagination--prev-next { display: none; } /*hides the title from all blog pages*/ .blog-item-title { display: none; } /*hides the tags from all blog pages*/ .blog-meta-item--tags { display: none; } In order to adjust the space above the point where you blog content starts, you can use this: /*adjust the space above the content of all blog pages*/ .blog-item-content.e-content { margin-top: XXyy; } Note that that margin-top also allows for negative values to decrease the space. Keep in mind, that this workaround will make these changes to all blogs. I'll give this a whirl, thank you! I have set the password to test123 if you would like to take a look. I'll try my hand with this and see how I get on. EDIT: It worked!! Thank you so much!! Edited April 10, 2020 by Guest
mountainmusic Posted March 17, 2021 Posted March 17, 2021 I tried this code on my site, and nothing happened. Any idea why it wouldn't work? https://www.actorproject.org/tor/analysis/posts/an-interactive-aural-analysis-of-jonathan-harveys-mortuos-plango-vivos-voco
tuanphan Posted March 24, 2021 Posted March 24, 2021 On 3/17/2021 at 10:48 PM, mountainmusic said: I tried this code on my site, and nothing happened. Any idea why it wouldn't work? https://www.actorproject.org/tor/analysis/posts/an-interactive-aural-analysis-of-jonathan-harveys-mortuos-plango-vivos-voco Add to Design > Custom CSS /* hide pagination */ .BlogItem-pagination-link-content { display: none !important; } 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!)
ParisC Posted November 25, 2021 Posted November 25, 2021 I made a tutorial here to remove previous/next buttons https://parisconstantinou.com/remove-previous-next-buttons-on-squarespace-blog/ but I see its already answered 😀
alexandrebatt Posted May 11, 2022 Posted May 11, 2022 Hello, instead of deleting can we just diminish its size? Thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment