Awesome Theme guys!
I would like to remove the author/category/publish date adn pagination from the blog posts on my front page.
Also, I would like the blog post title left justified.
Any suggestions on code?
Hi inmused!
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-11 nav.pagination, .page-id-11 span.post-meta-infos {
display:none !important;
}
.page-id-11 .post-title {
text-align: left !important;
}
Regards,
Rikard
Fantastic.
Code works perfectly
Glen