Hello,
I’ve used this code (at the bottom) to hide the top bar on all pages bar the homepage which worked, however, it’s still showing the content (which is a H1 header meant for the homepage) on all other pages.
You can add the url below
https://freespinsnodeposit.ca/casino/
into htage checker to see my issue
.x-topbar {
display:none;
}
.home .x-topbar {
display:block!important;
}