To hide the background on just one specific page would require a small CSS adjustment that targets only that page.
Here’s how to do it:
1. Find the page ID or unique body class for the page you want to change. You can do this by viewing the page source and looking for a class like page-id-123 in the body tag.
2. Add this custom CSS to your site under Customizer > Additional CSS:
body.page-id-123 { background: none !important; }
Make sure to replace 123 with your actual page ID.
3. Save your changes and check the page. The background should now be hidden only on that page.
This CSS targets just the page you specified, so the background will stay visible everywhere else on your site.
Hi Rodica, thanks for your reply. The problem is, that the particular page is not created by a user, but by a plugin (The Events Calendar). That’s probably why I don’t see the identificator you advice. The generated page is https://www.klaster.cz/events.