Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #692508

    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

    #693507

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #694472

    Hi Josue,

    I don’t want any image above the news items

    Thanks

    #694863

    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

    #703105

    Hi Rikard,

    Thank you!
    That worked great.

    Sean

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom blog page’ is closed to new replies.