Hi,
how can I suppress the date in the BLOG PREVIEW?
Thus, how can I suppress the date in the BLOG PREVIEW as well, or in general?
Pls. see the website below! Here is the code I found/used:
.post-meta-infos { display: none; }
Looking forward to your respone!
Kind regards,
H. Lietz
Hey holgerlietz,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-1678 .slide-meta {
display:none;
}
Best regards,
Rikard
Hi Rikard,
Thx, works perfectly!
Thx for your support.
Kind regards,
Holger
Hi Rikard,
hmmmm, having said this, it only works 50%.
It works on this page: https://interim-manager.biz/projekte/
BUT it does not work on the page with the accordion slider: https://interim-manager.biz/projektbeispiele/
Do you have an explanation for it?
Looking for your response.
Kind regards,
Holger
Hi Holger,
The code Rikard gave you works only on that page because there is the page id class in it.
Like this it will work on all pages
.slide-meta {
display:none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
ups, got it. Thanks for the code & advise. Works!
Thx for your support and have a great week!
Kind regards,
Holger
Hi,
Great, glad we could help you :)
Best regards,
Dude