Home › Forums › Weaver Xtreme Theme › Using Event Calendar – change content background color in page. › Reply To: Using Event Calendar – change content background color in page.
January 10, 2021 at 01:45 UTC - Views: 13
#66979
Moderator
This is because there is no #content container on that page nor is that page with the id 556
The container has a class .tribe-events-view so try the modified rule below
.tribe-events-view{background-color:white;}
if it affects other pages try
.post-type-archive-tribe_events .tribe-events-view{background-color:white;}

