• Resolved finger123

    (@finger123)


    The default font size seems to be H3 and i want to make it smaller. How do i change the font size to be smaller?

Viewing 1 replies (of 1 total)
  • You can do so by adding some custom CSS.

    Log in to your Dashboard, go to
    Design > Customizer
    and add the following code;

    .event-title h3 {
    font-size:75%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘change event title font size’ is closed to new replies.