Underline Links in TECPro

Home Forums Calendar Products Events Calendar PRO Underline Links in TECPro

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1419821
    Lance
    Participant

    Hello,

    I have a colleague who is colorblind, and he has trouble finding the links in our web site. I thought I’d try making the links underlined, to see if that would help. Our site, as designed, does not have hyperlinks underlined. We are using the Enfold theme by Kriesi.at.

    I have successfully added underlining to our pages and blog entries, using this quick css code I found in the Kriesi.at forums:

    .avia_textblock a {
    text-decoration: underline;
    }

    .entry-content a {
    text-decoration: underline;
    }

    I’m wondering if there’s some similar quick css code that would underline links in The Events Calendar Pro pages.

    Thanks! Lance

    #1419834
    Diane
    Participant

    I’d honestly love to know this too.

    #1420489
    Courtney
    Member

    Hi Lance & Diane

    Can you add the following code to your child theme, or in Appearance ยป Customize ยป Additional CSS?

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

    Let me know if this works for you.

    Is there anything else I can help you with?

    Thanks
    Courtney ๐Ÿ™‚

    #1427080
    Lance
    Participant

    Thanks, Courtney. Sorry for the delayed response. I’ve just finished creating a child theme, and this code does not yet work in my child theme. However, I expect it has to do with something goofy with the child theme, since other code isn’t working quite yet either.

    Good news is that your code does work perfectly in the Customize > Additional CSS box. So it must be correct.

    Best wishes! Lance

    #1427961
    Courtney
    Member

    Great news Lance! Happy to help. I hope you get your child theme working soon.

    Thanks
    Courtney ๐Ÿ™‚

    #1446409
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Underline Links in TECPro’ is closed to new replies.