• Resolved lesliedare

    (@lesliedare)


    I’d like to bump up the font in the venue section. I’ve tried this custom CSS but no luck.

    .tribe-events-event-meta {
    font-size: 18px; !important
    }

    Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Chika Ibeneme

    (@chikaibeneme)

    Hi @lesliedare

    Thanks for reaching out, I’ll be happy to help!

    Can you try the following CSS snippet, please?

    span.tribe-street-address, span.tribe-locality, .tribe-region tribe-events-abbr, .tribe-postal-code, .tribe-country-name, .tribe-events-gmap, .tribe-block__venue__phone, .tribe-block__venue__website {
    font-size: 20px;
    }

    Thread Starter lesliedare

    (@lesliedare)

    Thanks for the suggestion! I fine tuned this a bit:

    .tribe-address,
    .tribe-events-gmap,
    .tribe-block__venue__phone, .tribe-block__venue__website {
        font-size: 16px;
    }

    However, this does not work for the phone and web address. Any recommendations?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize Font in Venue Display’ is closed to new replies.