How can you change background color of the listing block?

Hi,
If I understand you correctly, please try this CSS snippet:

.hp-listing.hp-listing--view-block {
	background-color: #F5F1F0;
}

Please note that you may require additional customizations in the future.
If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

1 Like