Hi,
I am using the Pro version with the following shortcode:
[eo_fullcalendar key=”true” tooltip=”true” headerLeft=’category today’ headerCenter=’title prev,next’ headerRight=’month,basicWeek’]
It looks fine but I want the month at the top to be bold and a larger font….
searched the forums but did not find anything…..
Thanks
Mel

Mel Fisher
Hi Mel,
You can try adding the following to your theme ‘s style.css:
.eo-fullcalendar h2 {
font-weight: bold;
font-size: 28px; //change as appropriate
}

Stephen Harris
Hii Steven,
Tried this and nothing changed… I added to the Divi child theme style.css file
makethiswork-child: Stylesheet (style.css)
/*
Theme Name: makethiswork-child
Author: Techie Thoughts
Author URI: Mel
Template: Divi
Version: 1.0.0
Description: A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace http://www.elegantmarketplace.com Free to use and duplicate as many times as you like
WordPress Version: 4.5.2
*/
/* ———– PUT YOUR CUSTOM CSS BELOW THIS LINE — DO NOT EDIT ABOVE THIS LINE ————————— */
.eo-fullcalendar h2 {
font-weight: bold;
font-size: 32px;
}

Mel Fisher
Can you provide a link the calendar?

Stephen Harris
Hi,
http://www.makethiswork.info
I can email u admin login if need be……
Thanks
Mel

Mel Fisher
Hi Mel,
Try:
.eo-fullcalendar.eo-fullcalendar-reset h2 {
font-weight: bold;
font-size: 32px;
}

Stephen Harris