• Resolved dollyforsue

    (@dollyforsue)


    Have attempted to edit the overly large font size of events on the grid view of our calendar with css but cannot seem to lock down the specific property that needs to be changed. Help would be greatly appreciated. Thank you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    The font size is being set by your theme (line 2303 of style.css), and you need to override that.

    Add

    #primary .page .entry-content .mc-main h3 {
       font-size: 1.2em;
    }

    Example font-size; change it to whatever value you need.

    Thread Starter dollyforsue

    (@dollyforsue)

    Thank you kindly, Joe Dolson, WordPress Wizard! Worked easily! Thank you again.

    krabsen

    (@krabsen)

    Probably a stupid question, but where to add the addendum? ??

    I have tried to add it to the stylesheet in My Calendar and to the ‘custom stylesheet’ feature in our theme; both without success.

    Thanks in advance from Denmark.

    krabsen

    (@krabsen)

    Forgot link to the example in our test-site:

    https://www.isaactest.dk/wp/my-calendar/

    I would like to reduce font size for meeting time+text to make it easier to read..

    • This reply was modified 4 years ago by krabsen.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Event font size in grid too large’ is closed to new replies.