Hide image field on Listings

Hello again. I would like to hide the image(s) for listings on the listings page. I still want the image on the individual listing page. Will you provide code snippet for that. Thanks

Please try this CSS snippet

.hp-template--listings-view-page .hp-listing--view-block .hp-listing__image{
	display: none;
}

I would like to disable the image section in the “List a Service” form too.
The image field should Remove from the form
Kindly provide the snippet code thanks.

Please try this code snippet Hide the images field in the listing form #hivepress #listings · GitHub

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

How can I hide the listing image of individual listings, or all of them

Hello @spanier ,
If you want to get help, you have to be a little more specific, provide a link to your website, the page at stake…
Otherwise it’s difficult for anyone to help you out.

Hi,

Please use the CSS and PHP snippets from this topic.

I’m interested in doing the opposite -having images on the listing page, but not the individual listing page. Is there a code snippet for this?

Thank you!

Hi,

Please send us screenshots of which page you would like to display the image on and which page you would like to hide it, and we will try to help.