I really don’t like the available blog page format
How can I remove the image that appears above each post?
How can I remove things like the author name from below the post title?
How can I align the Post title and content to the left instead of it being centered?
Basically how do I create a custom layout for my Posts page and for the single posts page?
Thanks
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi Josue,
I don’t want any image above the news items
Thanks
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.single .blog-meta {
display:none !important;
}
.post-entry .post-title {
text-align: left !important;
}
Thanks,
Rikard
Hi Rikard,
Thank you!
That worked great.
Sean