I'm trying to set a distinct background colour and normally I would use some CSS that involved the Page ID and background.
However trying this on a Page Builder page does not seem to give me any results. Can you assist please
Can you share the url of that page ?
Hi Alex
No problem it is:
http://nilc.co.uk/
Try this css for the background on the section :
.page-id-14735 section.main {
background: pink;
}
Ok that is because the whole page content is loaded in .pusher which slides out in mobile menu,
So use CSS like :
body.page-ID .pusher{background:#XXX;}
Perfect
Thank you very muh