Anthony_Richardson Posted March 2, 2020 Share Posted March 2, 2020 Site URL: http://www.thedesignemotive.com Hi everyone, I'm looking for some coding to completely hide/remove the blog title from the post? The two screenshots show it's current state, which hasn't removed it but rather just made it white. Is there some simple coding to just do away with it so everything shifts up? Link to comment
Solution tuanphan Posted March 2, 2020 Solution Share Posted March 2, 2020 Add to Home > design > custom CSS h1.BlogItem-title { 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!) Link to comment
Anthony_Richardson Posted March 2, 2020 Author Share Posted March 2, 2020 1 minute ago, tuanphan said: Add to Home > design > custom CSS h1.BlogItem-title { display: none; } Oh my god! So simple! What about the meta data? Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 You mean? date, author...or? 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!) Link to comment
Anthony_Richardson Posted March 2, 2020 Author Share Posted March 2, 2020 3 minutes ago, tuanphan said: You mean? date, author...or? Yeah, but it seems when I use Site Styles it also hides it on the Blog page, instead of just hiding it on the blog post Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 2 hours ago, Anthony_Richardson said: Yeah, but it seems when I use Site Styles it also hides it on the Blog page, instead of just hiding it on the blog post .view-item .Blog-meta { 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!) Link to comment
Anthony_Richardson Posted March 2, 2020 Author Share Posted March 2, 2020 11 hours ago, tuanphan said: .view-item .Blog-meta { display: none; } Thank you so much! Fixed everything!! Link to comment
HelloHumans Posted November 3, 2021 Share Posted November 3, 2021 On 3/2/2020 at 1:56 AM, tuanphan said: Add to Home > design > custom CSS h1.BlogItem-title { display: none; } Can you help me hide my site's blog post titles? this CSS doesn't work as is. Link to comment
tuanphan Posted November 6, 2021 Share Posted November 6, 2021 On 11/4/2021 at 6:37 AM, HelloHumans said: Can you help me hide my site's blog post titles? this CSS doesn't work as is. Can you share site url? 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!) Link to comment
emily317 Posted July 27, 2023 Share Posted July 27, 2023 hi, this may be a very dumb question, but now that i have hidden the blog post title from view, when i add a new blog post there is nowhere to add a title. i want it hidden on the site view but when i create new posts i still want to be able to add a title to it for organization. thanks! Link to comment
tuanphan Posted July 28, 2023 Share Posted July 28, 2023 16 hours ago, emily317 said: hi, this may be a very dumb question, but now that i have hidden the blog post title from view, when i add a new blog post there is nowhere to add a title. i want it hidden on the site view but when i create new posts i still want to be able to add a title to it for organization. thanks! Suppose your site url is emily.squarespace.com You can access this link: emily.squarespace.com/config/safe It will disable all code in edit mode, then you can edit title easier 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!) 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