Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1050894
    Lobsterass
    Participant

    Hi!

    I’m new to X but not to WP. I’ve imported an old site and changed theme to X on it. The featured image of each page shows front-end now. I’ve read your other threads about this and picked up this css:

    .entry-featured .entry-thumb {
    display: none !important;
    }

    However, I can’t seem to get the child theme to work properly so adding that doesn’t remove the featured images for me. Please help.

    http://dev.monroedesign.se/ with all latest versions of themes and plugs.

    <3

    #1050931
    Rupok
    Member

    Hi there,

    Thanks for writing in! Kindly let us know from where you are trying to remove featured image since it’s on single post, blog page, recent posts element etc.

    However the below code should work if you can add this under Custom > CSS in the Customizer.

    .entry-featured .entry-thumb {
      display: none;
    }

    Cheers!

    #1052849
    Lobsterass
    Participant

    Thanx! It worked. I thought it was some kind of setting that I had missed within the theme.

    <3

    #1052887
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1050894 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>