• Resolved Travelure

    (@travelure)


    How may I remove featured image from the top of my post? If that is not possible, how may I resize the featured image that appears on top of the post? My blog is Travelure

    Currently, the featured image is smaller than the lead image in my posts and that looks odd.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Travelure,

    you could hide the featured image with a line of CSS:

    .featured-image { display: none; }

    In order to add custom CSS code to your website, you can either make use of a child theme or plugins like Simple Custom CSS.

    Thread Starter Travelure

    (@travelure)

    Thanks, MH Themes!

    Adding this line of css through Simple Custom CSS disabled the featured image even on home page, while I was hoping to disable it only on the post page.

    Any suggestions on how may I achieve it (Home page looks bald without the featured image while post page looks overly heavy with featured image)? Thanks in advance!

    Sure, if you only want to hide them on single posts, you could add:

    .single-post .featured-image { display: none; }

    Thread Starter Travelure

    (@travelure)

    Thanks, MH Themes!

    This worked just fine!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured Image’ is closed to new replies.