Integration of WP FullCalendar – odd border around today's date
-
I created a custom theme at Themeroller (based on ui-lightness), and all seems well except that, on the calendar, around today’s date there is a 1px colored border on the right side and the bottom, but not on the top or left. The color is the one I added via Themeroller, but for the life of me I cannot add a border to the top or left. I’ve tried adding the following to both my style.css and the custom CSS created via Themeroller:
`.fc-today {
border: 1px solid #9b0633 !important;
}`To no avail. I’ve tried changing the border width declaration for .fc-border-separate td in main.css, but that didn’t work either.
I either want no border or 1 px border around the entire box of today’s date, but not just on two sides. How can I target this?
Thanks!
- The topic ‘Integration of WP FullCalendar – odd border around today's date’ is closed to new replies.