Hide Featured Image from listings results

This topic contains 4 replies, has 3 voices, and was last updated by  Alex Rollin 6 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #421984

    Joanna
    Expired Member
    Post count: 157

    Hi,

    Is it possible to hide the featured image from the list of results that display multiple listings?

    e.g. I select my CPT or i conduct a search and i get many results. I want to hide the featured image from the list of results, so it only displays the title of the listing as a link to the listing and the excerpt, but would still like to keep the featured image when an individual listing is selected

    #421986

    Kor
    Moderator
    Post count: 16516

    Hi Joanna,

    This can be achieved using custom CSS. https://wpgeodirectory.com/docs/customizing-your-style/ . If you need further help with custom CSS. Kindly share the page in question so that I could take a look at it.

    Thanks!

    #421989

    Joanna
    Expired Member
    Post count: 157
    This reply has been marked as private.
    #421991

    Kor
    Moderator
    Post count: 16516

    Hi Joanna,

    This custom CSS below should help you achieve what you needed there. Insert into Gd > Design > Scripts > Custom Style CSS.

    
    
    .post-type-archive .geodir-post-img {
        display:none!important;
    }

    As for your second question, could you elaborate a little bit more?

    Thanks!

    #422029

    Alex Rollin
    Moderator
    Post count: 27815

    Maybe you mean choosing which custom fields display on listings, like the map bubbles?

    You can simply set the display in “Show in what locations” in the custom field settings

    GD – Place Settings – Custom Fields – Show in what locations

    https://wpgeodirectory.com/docs/core-place-settings/#custom

    Let us know if that isn’t what you were looking for 🙂

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

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

Open Support Ticket