Hi,
Is it possible to remove the date from the blog posts? I will be using a magazine style layout to display my blogs on the front page but not very keen on showing the post date. I would like to get rid of the date on the magazine style layout on the front page only and not from the actual blog page. Can you help me with this, please?
Hey Kamakshi,
Please provide a link to the front page.
Best regards,
Jordan Shannon
Hi,
Thanks for getting back.
Link below.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-magazine-time {
display:none;
}
.av-magazine-content-wrap a {
line-height:50px;
}
Best regards,
Vinay