Daguerrotipo Posted March 14, 2021 Share Posted March 14, 2021 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! Link to comment
tuanphan Posted March 23, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.