• Resolved ddvsc

    (@ddvsc)


    Hi,
    I saw a tips from a old post about remove the Date at the You Might Also Like section by adding the following in the custom CSS

    section#related-posts time.published {
    display: none;
    }

    Do you have one that can remove the feature Image?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter ddvsc

    (@ddvsc)

    Hi,

    After I took a look at the HTML source of the page, I found the section for the feature image and I was able to disable it after I add the following to the custom CSS

    section#related-posts
    figure.related-post-media {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Disable Feature Image in “You might also like”’ is closed to new replies.