Viewing 5 reply threads
You must be logged in to reply to this topic.
The date should be not shown by hover, only the title. Thank you.
Hello,
Where are you having this? Please send us a link so we can understand better.
Best regards!
Hi, it’s here:
at the news on the bottom of the page, called “Aktuelle Neuigkeiten”.
Thank you.
And the date should not appear also on:
https://media-as.el-vogel.de/konzeption/
when you hover the pictures.
Thank you.
Hello,
To remove the date of recent news from displaying, please add this code into your custom css box:
.recent_news.vertical .blog-item span.date {
display: none;
}
To remove the date from images (onhover), add this code:
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date {
display: none;
}
Best regards!
You must be logged in to reply to this topic.