SJSP Posted August 6, 2020 Share Posted August 6, 2020 (edited) Hi, I'm having a bit of trouble with blog post titles. I needed the titles to be removed from displaying on my blog posts and used the below code to fix the problem. The code completely removed the title entry on all posts in edit mode, which is fine, however I still need to be able to title each blog post for analytics purposes and I'm not sure it is possible with this code in. The only way I can think to do it is by removing the code each time I create a new blog post, adding the title in and then putting the code back in to hide it on the actual post, but this will mean all my blog titles will briefly be visible. Is there another way to title blog posts? If you have any suggestions that would greatly appreciated! .blog-item-title h1 { display: none; } Edited August 6, 2020 by SJSP Link to comment
tuanphan Posted August 6, 2020 Share Posted August 6, 2020 body:not(.sqs-edit-mode) .blog-item-title h1 { display: none; } change your code to above 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