Home Forums WoodMart support forum Featured Blog Images

Featured Blog Images

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

    khalid
    Participant

    In Each blog the Featured image appears in the top of the blog and as thumbnail in the home page, while i need it to appear only on the home page and not in the top of the blog….
    and if i removed the featured image it will disappear from both ..
    so how can i set the featured image to appear only on the home page in the thumbnail but not in the blog post itself as i see in your demos?

    Attachments:
    You must be logged in to view attached files.
    #72278

    Hello,

    It is possible to do with custom CSS. Please add this code to the Theme Settings > Custom CSS:

    .post-single-page.has-post-thumbnail .entry-header {
        display: none;
    }

    Best Regards

    #72288

    khalid
    Participant

    It works .. thanks

    #72292

    khalid
    Participant

    Just after implementing this code the page speed increased from 11 seconds to 19 seconds whithout making any other changes.. is that usual to happen?

    #72299

    Artem Temos
    Keymaster

    So if you remove this code page speed is faster for 8 seconds? It can’t be caused by these few lines of CSS code.

Viewing 5 posts - 1 through 5 (of 5 total)