Semiramis116 Posted April 29, 2020 Share Posted April 29, 2020 Hi everyone! Does somebody know how to remove the blog title from the blog post in Squarespace 7.1? I only want to remove the title from the blog post, not the blog landing page. Also, I am using two different blogs on my site and I would like to remove the blog title from only one of them. I have tried all the codes I found in this forum but none seemed to work for me. Thank you so much! Link to comment
tuanphan Posted April 29, 2020 Share Posted April 29, 2020 Can you share link to blog post? 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
Semiramis116 Posted April 29, 2020 Author Share Posted April 29, 2020 I can't send you a link, because the site isn't online yet. I'm still working on the layout and as I work in the creative field (stylist/visual artist/jewelry designer) I would like to give the site a more artsy look. Currently, it looks like below. I would like to remove the blog title Squarespace automatically includes for each blog post (in this case "Why Sweatpants are the new jeans") and just leave the image where I include the title. Link to comment
tuanphan Posted April 29, 2020 Share Posted April 29, 2020 You can setup password & share url 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
Semiramis116 Posted April 29, 2020 Author Share Posted April 29, 2020 https://www.irisbaechtold.com/styleguide/sweatpants-jeans Password 12345 Link to comment
tuanphan Posted April 30, 2020 Share Posted April 30, 2020 10 hours ago, Semiramis116 said: https://www.irisbaechtold.com/styleguide/sweatpants-jeans Password 12345 Add to Home > Design > Custom CSS .blog-item-title h1 { display: none; } 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
Semiramis116 Posted April 30, 2020 Author Share Posted April 30, 2020 Thank you so much! Worked perfectly! Link to comment
TridentD Posted December 27, 2020 Share Posted December 27, 2020 Hi I tried using this code but the title still appeared on my blog post. Can anyone help me out? I wish to remove the title "Success Story 1". .blog-item-title h1 { display: none; } Link to comment
tuanphan Posted December 30, 2020 Share Posted December 30, 2020 On 12/27/2020 at 1:21 PM, TridentD said: Hi I tried using this code but the title still appeared on my blog post. Can anyone help me out? I wish to remove the title "Success Story 1". .blog-item-title h1 { display: none; } Hi. Can you share site url? We can help 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
Guest Posted January 4, 2021 Share Posted January 4, 2021 Hi There, I am also unable to remove the title on my blog posts for 7.1 Would you be able to help? Link to comment
tuanphan Posted January 7, 2021 Share Posted January 7, 2021 On 1/4/2021 at 9:01 PM, Yilvie said: Hi There, I am also unable to remove the title on my blog posts for 7.1 Would you be able to help? Add to Home > Design > Custom CSS .blog-item-title h1.entry-title { display: none !important; } toripintar 1 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
toripintar Posted January 29, 2021 Share Posted January 29, 2021 Thank you so much for this @tuanphan. Is there a code to apply this to just a single blog post? Link to comment
derricksrandomviews Posted January 29, 2021 Share Posted January 29, 2021 For single blog post put in a markdown block inserted in the post itself. <style> .blog-item-title h1.entry-title { display: none !important; } <style> toripintar and tuanphan 1 1 Link to comment
toripintar Posted January 29, 2021 Share Posted January 29, 2021 Thank you so much!!! @derricksrandomviews Link to comment
mljp Posted February 3, 2021 Share Posted February 3, 2021 (edited) Any ideas on how to remove the blog titles from a landing page? Edited February 3, 2021 by mljp Link to comment
tuanphan Posted February 6, 2021 Share Posted February 6, 2021 On 2/4/2021 at 6:58 AM, mljp said: Any ideas on how to remove the blog titles from a landing page? Can you share link to landing page? We can help 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
ABarene Posted July 23, 2021 Share Posted July 23, 2021 I have found this thread super helpful, but something is a little off for me and I'm not sure what. Hoping someone can help! I put in the code in Design//Custom CSS and it works while that screen is up (see photo below) however when I refresh the page or it reloads, the title comes back. I am saving. I have another bit of code already inserted on the post itself for the header photos, so when I try and put a new bit of code on the post itself, the title disappears but so does my photo. Any thoughts so I can get the white title over the photo to be hidden? Thank you! Link to comment
tuanphan Posted July 24, 2021 Share Posted July 24, 2021 23 hours ago, ABarene said: I have found this thread super helpful, but something is a little off for me and I'm not sure what. Hoping someone can help! I put in the code in Design//Custom CSS and it works while that screen is up (see photo below) however when I refresh the page or it reloads, the title comes back. I am saving. I have another bit of code already inserted on the post itself for the header photos, so when I try and put a new bit of code on the post itself, the title disappears but so does my photo. Any thoughts so I can get the white title over the photo to be hidden? Thank you! Design > Site Styles > Disable Ajax Loading. if it still doesn't work, can you share link to your site? 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
Next25 Posted July 30, 2021 Share Posted July 30, 2021 Hi all, I've tried the code below to try to remove the title from blog posts but they are still visible. I want to be able to keep the thumbnail image, but remove the title. Here's a link to the blog page to view. Would love some help 🙂 .blog-item-title h1.entry-title { display: none !important; } Link to comment
tuanphan Posted July 30, 2021 Share Posted July 30, 2021 2 hours ago, Next25 said: Hi all, I've tried the code below to try to remove the title from blog posts but they are still visible. I want to be able to keep the thumbnail image, but remove the title. Here's a link to the blog page to view. Would love some help 🙂 .blog-item-title h1.entry-title { display: none !important; } Use this code /* hide blog post title */ .blog-item-wrapper .post-title { visibility: hidden; } 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
Next25 Posted July 30, 2021 Share Posted July 30, 2021 Thank you for your reply, unfortunately the code hasn't seemed to have worked. Here's a screenshot of where I've entered the code on the blog settings under Page Header Injection Code. Let me know if there's anything I can do to fix it 🙂 Link to comment
tuanphan Posted July 31, 2021 Share Posted July 31, 2021 11 hours ago, Next25 said: Thank you for your reply, unfortunately the code hasn't seemed to have worked. Here's a screenshot of where I've entered the code on the blog settings under Page Header Injection Code. Let me know if there's anything I can do to fix it 🙂 Add to Design > Custom CSS, NOT Page Header Code Injection 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
Next25 Posted August 1, 2021 Share Posted August 1, 2021 My apologies for the confusion - thank you for your help! That worked 🙂 tuanphan 1 Link to comment
Guest Posted October 12, 2021 Share Posted October 12, 2021 Hi hi! I tried using the three different kinds of code in Design > Custom CSS mentioned above to remove the blog titles from the preview page, but they're still showing up. Would love any insight! Website: https://www.feministswithoutmystique.com/episodes PW: fwm Link to comment
tuanphan Posted October 13, 2021 Share Posted October 13, 2021 On 10/12/2021 at 9:45 AM, orangkmw said: Hi hi! I tried using the three different kinds of code in Design > Custom CSS mentioned above to remove the blog titles from the preview page, but they're still showing up. Would love any insight! Website: https://www.feministswithoutmystique.com/episodes PW: fwm Add to Design > Custom CSS .blog-basic-grid--text { display: none; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment