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.