Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1021179

    Hi,

    I’d like to change the setting of the single posts, however theme options doesn’t allow me to customize it to me needs.

    I’d like the following:

    – full width (currently text is aligned to the middle)
    – remove display of the feature image on the post

    I’ve added the link below

    #1021244

    Hey SilviaNT,
    Thanks for the link, Please try this code in the General Styling > Quick CSS field:

    #top.single .fullsize div.blog-meta {
    display: none !important;
    }
    #top.single .fullsize .template-blog .post .entry-content-wrapper,#top.single .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100% !important; 
    }

    Best regards,
    Mike

    #1021351

    Hi Mike,

    Thanks for the fast reply.

    I’ve added the code, however the feature image is still displayed, now on the left side.

    • This reply was modified 6 years ago by SilviaNT.
    #1021877

    Hi,
    That is because you added a sidebar, which changes the classes of the page, try adding this css also to cover posts with sidebars:

    #top.single .template-blog .blog-meta {
    display: none !important;
    }

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.