Tagged: blog post list, category, date
Dear team,
on https://www.fitgutschein.de/ I want to disable the display of blog category and of blog post date. On the start page (blog masonry) and each single blog post it works, but not on the overview list https://www.fitgutschein.de/aktuell-blog/
I´ve tried e.g. via custom CSS:
/* blog list */
.slide-content span.blog-categories.minor-meta {
display: none !important;
}
.slide-meta-comments, .slide-meta-del {
display:none !important;
}
… but it did not lead to the result wanted.
A Solution would be great.
Thx a lot & best regards Tilman
Hey Tilman,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-10751 span.blog-categories, .page-id-10751 footer.entry-footer {
display: none;
}
Best regards,
Rikard
Hi Rikard,
thx – I added this CSS, but unfortunately it is still there
Any other idea?
best regards
Tilman
Hi,
Are you using any plugins or third party code which might alter the way CSS is served on your site? I’m asking since no files are listed when I inspect element on your site.
Best regards,
Rikard
Hi Rikard,
thx.
I don´t know exactly which plugin does impact CSS. But if I deactivate WP Rocket, it is solved.
That s a pity , as WP rocket does some important things.
Of course you have to focus on enfold and not on 3rd party plugins – but do you know if/how this plugin interferes with Enfold?
thx a lot & best regards Tilman
Hi,
WP Rocket is a caching plugin, so I’m guessing that it’s doing what it’s supposed to. What happens if you clear all caches and minification from it? Make sure to delete old CSS and JS files under Enfold->Performance as well.
Best regards,
Rikard
Hi Rikard,
then the infos displays again. ok, I´ll have to make a decision then :-)
thx again and cheers, Tilman
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike