Page 1 of 1
month names in sidebar
Posted:
Tue Mar 08, 2016 3:52 pm
by eugenet
Is there a CSS element to control the display of month names in the sidebar? i set all the text to be x-small, but wanted to keep the month names the 'normal' size, to match the day names.
Eugene
Re: month names in sidebar
Posted:
Wed Mar 09, 2016 8:54 am
by DanW
Hi Eugene,
Sure thing. Try adding this to your CSS theme after your modification of your other text font size:
.dbk_miniCalendar .dbk_title { font-size: medium; }
You shouldn't need to use !important, but in case the above does not work, try this:
.dbk_miniCalendar .dbk_title { font-size: medium !important; }
Let me know if that works for you!
Re: month names in sidebar
Posted:
Thu Mar 10, 2016 7:12 am
by eugenet
Thanks! Worked great.
Eugene
Re: month names in sidebar
Posted:
Thu Mar 10, 2016 8:54 am
by DanW
Awesome, Eugene.
Thanks for letting me know!
All the best,