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

    Hi,

    I don’t want to display the featured image on the blog page, but I like it in the sidebar.

    Thanks

    #123081

    Hi,

    What is the Blog style you’re currently using? Big preview? Small preview?

    You can add this on your custom.css

    .big-preview.single-big {
    display: none;
    }

    .small-preview {
    display: none;
    }

    Regards,

    Ismael

    #123082

    I am using the multi author blog style.

    I will look for it in the custom.css

    #123083

    Hey!

    I hope it worked out?

    Regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Get rid og featured image on blog page’ is closed to new replies.