Hi @ezonetworks
To change the background color for events list, please go to General Settings under Shortcode Settings and customize the main skin color, featured event skin color, as shown in the given screenshot here.
The venue background color is just light color to the color you give in the settings mentioned above.
if you wish to add any different color then you can use the custom CSS code given below:
For Simple Events:-
.ect-list-post.style-1.ect-simple-event .ect-list-venue.default-venue{
background : #000000;
}
For Featured Events:-
.ect-list-post.style-1.ect-featured-event .ect-list-venue.default-venue{
background : #000000;
}
Hope this helps.
Hi thanks for the reply, and my apologies for the late reply.
I’ve tried adding the css code snippet but I can’t get the color to change. I’ve added it to the plugin css section under Extra Settings, I’ve also added it in the relevent page’s custom css but nothing seems to be working
Hi @ezonetworks,
Sorry for the inconvenience.
Please add this css code under the custom css settings
For Simple Events:
.ect-list-post.style-1.ect-simple-event .ect-list-venue.default-venue{
background : #000000 !important;
}
For featured events:
.ect-list-post.style-1.ect-featured-event .ect-list-venue.default-venue{
background : #000000 !important;
}
Hope this helps.
You guys are great!
Thank you so much for your quick response, this worked great.
Glad to help! Feel free to reach out anytime.
We would greatly appreciate your valuable feedback.
Here you can share your feedback: https://ww.wp.xz.cn/support/plugin/template-events-calendar/reviews/#new-post/
Thanks in advance!