Daguerrotipo Posted March 14, 2021 Share Posted March 14, 2021 (edited) Site URL: https://www.alaluz.org/ Hi there, I need to remove the date and the overlay from the banner of a single post of my blog: www.alaluz.org Could someone help me do it? The template is Haute. Thank you! Edited March 14, 2021 by Daguerrotipo Link to comment
Solution tuanphan Posted March 23, 2021 Solution Share Posted March 23, 2021 Add this to Design > Custom CSS /* Spotlight on the greg sand date */ [href="/home/greg-sand"] ~ .Blog-meta--bottom { 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
Daguerrotipo Posted April 12, 2021 Author Share Posted April 12, 2021 Thank you so much. Sorry I miss this! How would I then remove the date in the page of the post? I.e. this one for example: https://www.alaluz.org/home/greg-sand Also, how could I remove the overlay from the image from a single post (both on the home page and the page of the post)? Thank you!! Link to comment
tuanphan Posted April 15, 2021 Share Posted April 15, 2021 On 4/12/2021 at 8:37 AM, Daguerrotipo said: Thank you so much. Sorry I miss this! How would I then remove the date in the page of the post? I.e. this one for example: https://www.alaluz.org/home/greg-sand Also, how could I remove the overlay from the image from a single post (both on the home page and the page of the post)? Thank you!! Add to Design > Custom CSS /* remove blog post date */ time.Blog-meta-item.Blog-meta-item--date { display: none !important; } /* remove overlay */ .Blog-header:before { opacity: 0 !important; } 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