Mountainmint Posted September 8, 2019 Share Posted September 8, 2019 Hello. I'm using the Five template: https://www.inhabityourself.com/journal When I click through to a blog post on desktop, the post has an image and a title that I typed into the edit field with the body of the post. On mobile, when I click through to a blog post the title displays above the image and is then duplicated from the title that's in with the body of the blog post. I assume the title at the top of the page is automatically displaying. Is there a way I can turn it off? I don't want the title above the photo. Thank you! Link to comment
tuanphan Posted September 8, 2019 Share Posted September 8, 2019 @Mountainmint You can add this code to Home > Design > Custom CSS to remove title at the top of the post @media screen and (max-width:640px) { .collection-type-blog.view-item h1.entry-title { display: none; } } 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
Mountainmint Posted September 8, 2019 Author Share Posted September 8, 2019 Thank you, @tuanphan, that worked! Much appreciated. Link to comment
tuanphan Posted September 8, 2019 Share Posted September 8, 2019 @Mountainmint You can Accept Answer & Upvote. Other members can use. Thanks. 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
Archived
This topic is now archived and is closed to further replies.