Hi Mike,
Welcome to the forums! I hope you’ve been enjoying Events Calendar PRO so far. 🙂
You can add the full Month View with the search bar to any page or post using the following shortcode:
[tribe_events view="month" tribe-bar="true"]
All the available shortcodes and options are outline here in this guide:
https://theeventscalendar.com/knowledgebase/embedding-calendar-views-tribe_events-shortcode/
Also please let me know how can I change the color of selected cell?
Are you referring to the color of the current day header in Month View? If so, you can change it by navigating to Appearance > Customize > The Events Calendar > Month/Week View from the WordPress dashboard.
Or, if you’d prefer, you can add something like this to your theme’s style.css file:
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
background: #000; /* or whatever color you would like */
}
Here’s a screenshot of how that looks when I tested it out on your site.
Cheers!
Geoff