Sarah13 Posted April 2, 2020 Share Posted April 2, 2020 Site URL: https://www.lifeisourhoneymoon.com/ Hi everyone, I am using the Rally template, and I would like to use a banner image on my blog posts instead of having a title at the top of the page, but if I remove the title, it disappears from the summary blocks on my homepage. Is there a way to remove the blog titles without losing the summary block titles? Thanks in advance! Link to comment
tuanphan Posted April 2, 2020 Share Posted April 2, 2020 You can add this code to Home > Design > Custom CSS to hide title 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 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
noblestudio Posted June 30, 2020 Share Posted June 30, 2020 On 4/2/2020 at 2:40 PM, tuanphan said: You can add this code to Home > Design > Custom CSS to hide title h1.BlogItem-title { display: none; } Hi @tuanphan any idea if there's an alt code that can work for single pages rather than across all blog entries/pages? I'm also using a Rally template site. Cheers! Link to comment
tuanphan Posted July 1, 2020 Share Posted July 1, 2020 21 hours ago, noblestudio said: Hi @tuanphan any idea if there's an alt code that can work for single pages rather than across all blog entries/pages? I'm also using a Rally template site. Cheers! Add to Page Settings > Advanced > Header (or use Code Block) <style> h1.BlogItem-title { display: none; } </style> 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.