Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1009848
    skylar_kershner
    Participant

    My website is http://www.JohnsonRealEstateInc.com

    This is usually only a problem on desktop. I have a category “available rentals” for which is my new rentals to in the form of a “post”

    Now when I set my featured image for the post it appears correct in the category thumbnail but on the actual post its self when opened it appears as the very first thing and the image is blown up huge. Ive tried editing the size but the image doesn’t appear to change in scale ever. How can I fix this?

    #1009879
    skylar_kershner
    Participant

    I wouldn’t mind even if there is a way to keep the thumbnail on and be able to show in the category but the post itself I wouldn’t mind a way to just take off the image from appearing completely either.

    #1010000
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    To remove the image use this:

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

    To reduce the image size, use this:

    .single .entry-featured {
        width: 50%;
        margin: 0 auto;
    }

    Note: Just change the width value to adjust the size.

    Hope this helps – thanks!

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