• Resolved rmurray1068

    (@rmurray1068)


    So I’m getting pretty irritated with my “posts page” featured image. I have a static front page with a set posts page/w categories. It generally displays a huge grey scale placeholder image instead of the featured image(sometimes it works…sometimes). I want to make it so if a user does not define a featured image that none is displayed.

    layitonthick.org

    im using Mh newsdesk lite as a theme.

    TIA

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

    thanks for using MH Newsdesk lite.

    Since the WordPress theme you’re using is a theme which is supposed to be used for online magazines and news websites, it’s highly recommended to make use of featured images.

    However, if you don’t set featured images for your posts and want to get rid of the image placeholders, you could achieve this with some CSS:

    img[alt="No Picture"] { display: none; }

    Thread Starter rmurray1068

    (@rmurray1068)

    I assume this goes in the style.css does it need to go somewhere specific?

    Thread Starter rmurray1068

    (@rmurray1068)

    nevermind got it. Thanks MH Themes

    You’re welcome. In general you can use plugins for custom CSS code (e.g. Simple Custom CSS) to add CSS code to your website.

    By the way, the theme related support forum for your theme is located here: https://ww.wp.xz.cn/support/theme/mh-newsdesk-lite

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Featured Image troubble’ is closed to new replies.