How to delete the grey areas in the search results page

This topic contains 6 replies, has 3 voices, and was last updated by  Karin Zickler 4 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #531247

    Karin Zickler
    Lifetime Member
    Post count: 47

    How can I change or delete the grey area in the listings on the search results page or archive template? Please see screenshot attached.

    #531293

    Alex Rollin
    Moderator
    Post count: 27815

    Adjust the GD Post Content shortcode in the GD Archive Item template.

    Remove the parameter for min_height.

    Original

    
    
    
    [gd_post_content key='post_content' limit='60' max_height='120']
    
    

    Modified

    
    
    
    [gd_post_content key='post_content' limit='60']
    
    
    #531360

    Karin Zickler
    Lifetime Member
    Post count: 47

    No, I don’t want to adapt the height (I’ve already done this before), I don’t like the grey color. I want this space also white or yellow…

    #531375

    Kor
    Moderator
    Post count: 16516

    Hi Karin,

    Thanks for your post. We can use custom CSS code to change the color. Could you share the URL of the page in question here?

    #531424

    Karin Zickler
    Lifetime Member
    Post count: 47

    Hi,
    thank you for your answer. This is quite difficult, since my website is on localhost.
    Could you tell me, where to change the CSS code myself?

    #531456

    Kor
    Moderator
    Post count: 16516

    Hi Karin,

    Thanks for your reply. Could you please try using the custom CSS code below and see if it’s what you’re looking for?

    body ul.geodir-category-list-view li .gd-list-item-right .geodir-field-post_content .gd-read-more-fade, body ul.geodir-category-list-view li .gd-list-item-right .geodir-post-content-container .gd-read-more-fade {
        background-image: none!important;
    }
    #531732

    Karin Zickler
    Lifetime Member
    Post count: 47

    Thank you very much, that’s perfect:-)

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

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

Open Support Ticket