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

    (@joedolson)

    If you right click on any item on the page and choose ‘Inspect Element’, you can see the CSS that’s applied to any given item. That’s going to give you a more effective way of identifying the specific CSS you’re looking for.

    .mc-main .event-title {
        font-size: 4em !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Event text size’ is closed to new replies.