Huge Font in month view

Home Forums Calendar Products Events Calendar PRO Huge Font in month view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1019911
    Clive
    Participant

    Not sure what is going on but the font size in our Month view is extremely large compared to the font of a calendar we are using in a “sandbox” site. We are using the Evolve theme with our main site and Elegant Divi theme on the “sandbox” site. Wondering if this is creating the appearance of large font.

    Here is a link to each calendar –
    MAIN WEB CALENDAR MONTH VIEW
    http://westernfootball.org/events/month/

    SANDBOX WEB CALENDAR MONTH VIEW
    http://westernfootball.org/test/events/month/

    #1019997
    Brian
    Keymaster

    Hi,

    Thanks for using our plugins.

    I took a look and see what you mean.

    I found this css is overwriting ours:


    .home .entry-title, .entry-title a, .archive .entry-title, .search .entry-title, .page-template-blog-page-php .entry-title {
    font-size: 120% !important;
    line-height: 120% !important;
    margin-bottom: 0;
    }

    And this css:

    .entry-title, .entry-title a, .page-title {
    font-size: 28px !important;
    }

    Removing those important tags might fix the issue and prevent it from overwriting our css.

    Let me know if you have any follow up questions.

    Thanks

    #1020025
    Clive
    Participant

    This reply is private.

    #1020046
    Brian
    Keymaster

    Usually it is in your theme’s style.css.

    However, in this case it say it is in evolve_dynamic_css I am not familiar with that, but that looks to be the source of this.

    Something like this might work to counter it:

    .tribe-events-calendar .entry-title a {
    font-size: 14px !important;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #1075253
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Huge Font in month view’ is closed to new replies.