Increase font size on website link in single event view

Home Forums Calendar Products Events Calendar PRO Increase font size on website link in single event view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1111435
    Ashleigh
    Participant

    Hi,

    I’m trying to figure out the best way to increase the font size of the website link of events from the single event view. I’d like the other fields (date, cost, event category, etc.) to remain the size that they are. What do you recommend?

    Thanks!
    Ashleigh

    #1111457
    Geoff
    Member

    Hey Ashleigh, welcome to the forums!

    Good question. The best way to go about that would be adding CSS to your theme’s style.css file (or using the Simple Custom CSS plugin) that adjusts the size of the font for the link. Something like this:

    .single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-events-event-url {
    font-size: 20px; /* or whatever size you'd like */
    }

    I haven’t fully tested that, but it does seem to do the trick when trying it on my own test site. At the very least, that hopefully give you a baseline for how to make the adjustment.

    Cheers!
    Geoff

    #1111615
    Ashleigh
    Participant

    Perfect!!! It worked, thanks so much.

    #1111663
    Geoff
    Member

    My pleasure! Thanks again and let us know if anything else pops up.

    Have a great weekend. 🙂

    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Increase font size on website link in single event view’ is closed to new replies.