We are not using the Advanced Layout for in the blog posts and we end up with 2 extra lines at the bottom of the post. How do I remove those? Site in private content
Hey SandraSquires,
Please try this in Quick CSS:
.single-post .post-meta-infos {
display: none;
}
Best regards,
Rikard
Unfortunately that did not do anything.
Hi,
If you give post login details in private, then we can add it for you.
Best regards,
Rikard
Hi,
Thanks for the login, I added this css:
#top.single-post #main .post-meta-infos {
display: none;
}
please clear your browser cache and check.
Best regards,
Mike
Perfect! Thank you!