Hi,
I searched the forum but couldn’t find a suggestion that worked, so I hope you can help.
On the site https://kunstmarktwijchen.nl I would like to be able to choose to change the color of the blue area/background only on the home page. The color for this area I can change in the customizer, obviously, but I’d like to change it for one page only.
I tried to figure out with the Inspector but I don’t see any colors assigned to specific elements so I couldn’t retrieve which element exactly is targeted – so many boxes within boxes. I guess it has to do with the way Global Colors work? (very handy by the way)
I also wanted this block to overlap a bit with the header above, which I managed to do by adding this:
.separate-containers.no-sidebar .site-main {
margin-top: -8em;
}
It works (though I suspect this weird selector is not entirely correct) but this too I’d like to limit to the home page only, and I can’t get it to do that.
Thank you for pointing me in the right direction.