EmmB Posted October 14 Posted October 14 I previously used some code as advised on this forum to hide blog titles. I can't remember exactly what I did but the code I have looks like this: } .blog-item-title h1 { display: none; } I now want to add a new blog post, but now have no way to add a title. This is what I see on the left-hand menu and at the top. How do I fix this? Thanks
Spark-Plugin Posted October 15 Posted October 15 Hi @EmmB, you can simply remove the code: Navigate to Pages > Website Tools > Custom CSS. Delete the code in the CSS editor. Hit Save and you’re done - Answered by Iuno from sparkplugin.com
EmmB Posted October 15 Author Posted October 15 Hi, thank you but the code is there to sort some presentation aspects of the blog posts, so if I remove it I have the same issue that led me to add the code in the first place!
Spark-Plugin Posted October 15 Posted October 15 Hi again, @EmmB. I understand. But when removing the code, does the title works fine? - Answered by Iuno from sparkplugin.com
EmmB Posted October 15 Author Posted October 15 I haven't yet removed the code because of the risk of what it will do to the existing blog posts. I was hoping to find a solution from others who might have done something similar. I think others have asked this before, but they and the responses were very technical and I wasn't able to follow them!
EmmB Posted October 15 Author Posted October 15 I deleted the code, added a title then reinstated the code and that seems to work. It seems a bit of a faff so if there is a better way it'd be great to hear it. But for now, problem solved. Spark-Plugin 1
melody495 Posted October 15 Posted October 15 21 hours ago, EmmB said: .blog-item-title h1 { display: none; } I now want to add a new blog post, but now have no way to add a title. You can use this, so that the blog title is hidden but it shows when you are in Edit mode so you can still edit it. So to see the title, you have to click on Edit. /* Hide blog title except when in edit mode */ body:not(.sqs-edit-mode-active) .blog-item-title { display: none !important; } Let me know how it goes. Spark-Plugin and CassAggett 2 -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Web Designer & Developer | All things Squarespace When I have time, I like to help on the Forum, but if you need my full attention, please send your request here. Tools I use: (affiliate links) 📅Blog Date Format plugin (Free by BeyondSpace) ⏬Lazy Load Summary Block plugin (by Squareswebsites) 📜Privacy Policy & Cookie Consent plugin (10% off by Termageddon) 📈SEO plugin for Squarespace (by SEOSpace) ☕ Did I help? I like coffee (Thank you)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment