• I got this link in my footer:
    <a href="tel:+491638648937" style="text-decoration: none !important;">0163?8648937</a>
    but the underline in the phone number still shows. I don’t want to remove the funtionality, just the underline.
    How do I get that to work?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    use box-shadow: none;.

    Box-shadow, for goodness sakes!

    There is a box-shadow attached to that element in style.css line 1184

    .entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none
    }

    that should remove it.

    Thread Starter Frank Spade

    (@spade)

    That was new to me. Thank you guy, it worked.

    Have a good night and keep up the good work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove underline from phone number’ is closed to new replies.