Underlining links in posts

Home Forums Calendar Products Community Events Underlining links in posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1300117
    Thomas Claffy
    Participant

    Per a discussion from last fall when I had bigger fish to fry, I would like to get the underling working correctly on all links in events. What do I need to do to fix this? Thanks.

    ****

    From Cliff:

    Thomas, the links are not underlined due to this CSS — https://cl.ly/2E3T393f383C — from /wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full.min.css

    If you’d like help getting your links to have underlines, please let me know which links (event website, venue, organizer, event categories, etc.).

    *****

    #1300324
    Jennifer
    Keymaster

    Hi Thomas,

    For all links to be underlined on events pages, try adding this to your custom CSS area under Appearance > Customize (if you have one) or to your style.css file in your child theme:

    #tribe-events-content a, .tribe-events-event-meta a {
    text-decoration: underline;
    }

    Let me know if that works for you!

    Thanks,

    Jennifer

    #1300507
    Thomas Claffy
    Participant

    Yes, thanks

    #1301222
    Jennifer
    Keymaster

    Awesome, glad to hear it!

    I’ll go ahead and close this thread out, but please feel free to open a new one if you need any further assistance.

    Thanks,

    Jennifer

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Underlining links in posts’ is closed to new replies.