replace the image and change heigh

This topic contains 2 replies, has 2 voices, and was last updated by  Kor 6 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #405637

    Qianyun Huang
    Expired Member
    Post count: 18

    This is a listing preview page https://www.rateadaycare.com/listing-preview/
    How do I remove or change the image behind ‘listing preview’. I would also want to change the height of the image to its minimum.

    #405640

    Qianyun Huang
    Expired Member
    Post count: 18

    Also same for the portfolio pages for all users. Here is one
    https://www.rateadaycare.com/author/ivysun999gmail-com/

    #405677

    Kor
    Moderator
    Post count: 16516

    Hi Qianyun,

    You can use the custom CSS code below to remove it. Just insert into GD > Design > Scripts > Custom Style CSS.

    
    
    .geodir-page .featured-img {
        display:none!important;
    }
    
    .geodir-page .featured-area {
        min-height: auto!important;
    }
    
    .archive.author .featured-img {
        display:none!important;
    }
    
    .archive.author .featured-area {
        min-height: auto!important;
    }
Viewing 3 posts - 1 through 3 (of 3 total)

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

Open Support Ticket