Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I was wondering if there’s a way to remove the date on the post-grid, that’s showing on hover above the post title.
Have a look here below the main slider: https://trutags.net
Thank you! I appreciate any help.
Best,
Anna
Hello,
Yes, please add this code into your custom css box:
.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.