Colours, buffer and shop

Three Questions

How do you change the background colour of pages like products, catalogues etc. Simple enough to change the main page and some standard pages but not the specialty pages and would like to get the background common theme wide.
My shop is no longer showing store products. Tour products are showing fine in their categories.
When using the page builder the gaps between Elements are very large. Easy enough to control them within the same element but not between seperate elements. How to you adjust them?

Hello Curt,

The site background can be set to any color as shown in this example: https://themes.waituk.com/entrada-default/?layout=boxed by going to Customizer >> Layout and Design >> Site Layout and then setting the site layout to boxed and selecting the color as shown in image below:


However, if you mean individual blocks per section for the special pages, then this is not built in in customizer and you will need to target those specific block with CSS. An example for targeting with CSS is shown below:
.content-block.content-sub {
background-color: #c02127;}

.content-block {
background-color: #c02127;}

.trip-info {
background-color: #c02127;}

.bg-gray {
background-colors: #c02127;}

.tab-container {
background-color: #c02127;}
You can add this in your customizer >> custom css and js >> custom css box.

Thank you

Also, please create separate post for specific query. I will answer this here for now:

About shop page - can you go to Pages > All Pages and see how many pages you have titled “shop” if there are more than one, you can set the “shop” page in woocommerce >> settings >> products >> shop pages, and the page you select here will be the one showing all products.

Regarding the spacing, please follow the post below:

https://www.support.waituk.com/hc/en-us/community/posts/360000565613-Reduce-margins

Thank you

Thank you so much for your help, all worked perfectly. Love your template, awesome work and great support!