Guest Posted January 11, 2023 Posted January 11, 2023 The way I have blogs set up pulls the thumbnail image as the hero and displays the blog title over top. I've used CSS to remove the title from the body, but I'd like to be able to change the blog titles from the back end, but not show the title in the body. Is this possible?
tuanphan Posted January 15, 2023 Posted January 15, 2023 Which code did you use? If you use some code like this #class-or-id {display: none;} You can add this class before, to prevent it run on edit mode body:not(.sqs-edit-mode) #class-or-id {display: none;} 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