antimateria.studio Posted August 1, 2020 Share Posted August 1, 2020 I wanted to hide a css class from all users except for administrators. I'm using this as a workaround for editing the blog post title, since the ability to edit it from the post's settings was recently deprecated in Squarespace 7.1. This will enable me to edit the blog post title in the administrator edit screen, but won't display the block to users. This is the code I'm currently using to hide the title from the Blog Post: .blog-item-wrapper .blog-item-top-wrapper{display:none} Link to comment
Solution tuanphan Posted August 1, 2020 Solution Share Posted August 1, 2020 body:not(.sqs-edit-mode) .blog-item-wrapper .blog-item-top-wrapper{display:none} antimateria.studio 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment