hilaryb Posted February 20, 2022 Posted February 20, 2022 Site URL: http://hilarybeckwith.com/ Hello - I have searched other forum posts on this topic, but cannot find anything that has worked for me. I would like to hide the Blog title for every blog I post. I have tried this code, and it did not work:
Beyondspace Posted February 20, 2022 Posted February 20, 2022 (edited) 29 minutes ago, hilaryb said: Site URL: http://hilarybeckwith.com/ Hello - I have searched other forum posts on this topic, but cannot find anything that has worked for me. I would like to hide the Blog title for every blog I post. I have tried this code, and it did not work: Do you mean hiding these titles? Edited February 20, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
hilaryb Posted February 20, 2022 Author Posted February 20, 2022 @bangank36 No, I mean the blog titles. But after much searching, I found a great video that explains how to do it, here:
hilaryb Posted February 20, 2022 Author Posted February 20, 2022 50 minutes ago, hilaryb said: Site URL: http://hilarybeckwith.com/ Hello - I have searched other forum posts on this topic, but cannot find anything that has worked for me. I would like to hide the Blog title for every blog I post. I have tried this code, and it did not work: Actually, I have since figure out how to hide the Blog Titles for each post, but now I have another issue. I can't edit a blog title if I can't see it. Can anyone tell me how to edit the title of a HIDDEN blog post, without UNhiding it?
tuanphan Posted February 23, 2022 Posted February 23, 2022 On 2/21/2022 at 6:47 AM, hilaryb said: Actually, I have since figure out how to hide the Blog Titles for each post, but now I have another issue. I can't edit a blog title if I can't see it. Can anyone tell me how to edit the title of a HIDDEN blog post, without UNhiding it? Edit your code, from .blog-item-title { display: none; } to body:not(.sqs-edit-mode-active) .blog-item-title { display: none; } The code will be disabled in editor mode only User1776 1 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment