make month title bold in full calendar

WordPress Event Management, Calendars & Registration Forums General Question make month title bold in full calendar

This topic contains 5 replies, has 2 voices, and was last updated by  Stephen Harris 8 years, 9 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23016

    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
    #23035

    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
    #23070

    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
    #23074

    Can you provide a link the calendar?

    Stephen Harris
    #23081

    Hi,

    http://www.makethiswork.info

    I can email u admin login if need be……

    Thanks
    Mel

    Mel Fisher
    #23082

    Hi Mel,

    Try:

    .eo-fullcalendar.eo-fullcalendar-reset h2 {
        font-weight: bold;
        font-size: 32px; 
    }
    
    Stephen Harris
Viewing 6 posts - 1 through 6 (of 6 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.