Calendar “today” color & calendar size
How can I change the background color on the calendar for the current day?
Also is there a way to increase the size of the calendar displayed? Ours is showing with a scroll bar since there are so many events listed. I’d like to display without a scroll bar.
Thank you!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Saveferris
Do you have a public URL where we can take a look at what’s going on?
this is the address at the development area:
http://s985.tmd.cloud/~newjoyor/events/calendar/
You can see the highlighted day doesn’t really stand out with the current color. I would like to just darken the “today” background a bit.
Thanks for sharing.
If SiteOrigin CSS is struggling to locate a selector then you could consider asking the plugin author for support. In this case, you could consider asking the calendar author, how do you change the selected day background color? Perhaps there is a setting available, if not, the author of the element, in this case, the calendar, would be best positioned to assist. If there is a problem with SiteOrigin CSS, we can of course help. The background color is quite hard to find in the markup which is probably where the problem is.
To change the background color you can try adding the following to Custom CSS:
.fc-unthemed .fc-today { background: #fcf8e3 !important; }Change the value as required. Hope that helps :) Let us know how it goes.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.