Hi there
How do you remove the lines that appear above and below where the meta data normally shows but I don’t have any showing – however the lines still show. I have the elegant display selected on a single blog post.
Also I have the magazine element showing on the homepage and I don’t want to the dates of the posts – how do I turn that off?
Hey xfacta!
Add this to your custom CSS.
.av-magazine-time { display: none !important; }
Regards,
Elliott
Hi there
thanks for this. It removed the date but not the lines that show on the blog page and the single posts. See links.
Hi,
Please try the following as well:
.post-meta-infos {
display:none !important;
}
Best regards,
Rikard
Perfect thank you :-)