Page 1 of 1

mini calendar font styling

PostPosted: Tue May 24, 2016 1:19 am
by eugenet
Hi,

I want to bold the green text indicating 'today' as well as the blue text indicating the currently-selected day. I'm having trouble finding where to put this CSS...suggestions?

Thanks in advance for any help,

Eugene

Re: mini calendar font styling

PostPosted: Tue May 24, 2016 11:23 am
by DanW
Hi Eugene,

Try adding these to rules to your CSS theme:

.dbk_dayNumber.dbk_today { font-weight: bold; }
.dbk_dayNumber.dbk_selected { font-weight: bold; }

Let me know if that works for you!

Re: mini calendar font styling

PostPosted: Wed May 25, 2016 2:35 am
by eugenet
Thanks Dan!

That did it.

Eugene