Featured image is HUGE! Would like to remove

This topic contains 5 replies, has 3 voices, and was last updated by  Kor 7 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #339929

    Leigh Jeffery
    Buyer
    Post count: 2

    Hello! I’d like to remove the featured image at the top of the single listing page, and having no luck.

    I’ve tried adding .geodir-post-img {
    display: none!important;
    }

    and .geodir-featured-img {
    display: none!important;
    }

    Neither is doing the trick:(

    Any help would be greatly appreciated!

    Site page issue

    #339956

    Jeff
    Buyer
    Post count: 188

    You just need a space before the !.

    display: none !important;

    This only hides the image, but it still downloads to the visitors device. You should have someone edit the template, or check for a setting, to disable it entirely.

    #340019

    Leigh Jeffery
    Buyer
    Post count: 2

    Hopes were high! But nope… that still didn’t work. Thanks anyway:) I’ll have someone edit the template as suggested. Thanks!

    #340216

    Kor
    Moderator
    Post count: 16516

    Hi Leigh,

    If you’re referring to the full-width image on top of the detail listings, kindly use the custom CSS code below and see if it’s what you’re looking for. Insert into GD > Design > Script > Custom Style CSS.

    
    
    .entry-post-thumbnail {
        display:none!important;
    }
    #340423

    Leigh Jeffery
    Buyer
    Post count: 2

    AH!!! That got it! Yes, thank you so much:D

    #340431

    Kor
    Moderator
    Post count: 16516

    Hi there,

    You’re Welcome and enjoy GD!

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket