Plugin | events calendar

Hello.
Wanted to know to style "Plugin | events calendar" sidebar what tag we must use?
We want to change the background color, test and ....
Just to be clear: we used in other pages the content builder to style the sidebars but since the events page is not a wp page we have to style this specific sidebar via css.
So just please let us know the tag like :

.columns .widget-area{
}

Thank you in advance
Best

Comments

  • Hi,

    to change sidebar background color, you need to use custom css:
    .widget-area:before { background: #000; }
    Above css would change background color for sidebars around whole site. But if you want to change sidebar background for specific pages, please send us example link to such page so we can have a look on it and give you best possible solution.
Sign In or Register to comment.