theminimalista Posted May 6, 2020 Share Posted May 6, 2020 Site URL: https://eco-muse.com/blog/guide-to-organic-wine-producers-in-the-uk Hi there, I'm using Version 7.0– Montauk family (Kent template) I have looked at other posts for different templates and tried to remove dates and tags on all my blog posts so they are not visible to my site visitors. I think I need custom code to do this. Can anyone give me some advice on this or has anyone worked out how to do it already for this template? Thanks so much! Natalie :-) Link to comment
Solution derricksrandomviews Posted May 6, 2020 Solution Share Posted May 6, 2020 Remove cats and tags insert into custom css: .collection-type-blog article footer { .tags, .categories { display: none; } } Hide date insert in advanced code injection header of blog page: <style> .date { display: none; } </style> Kauntan and primallanguageproductions 1 1 Link to comment
primallanguageproductions Posted August 10, 2021 Share Posted August 10, 2021 Amazing thank you! We put this code in the Page Header Code Injection area in our two of our 7 blogs advanced editor backend, and worked like a charm. derricksrandomviews 1 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