Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Does this happen with any other theme?

    I noticed in Twenty Fifteen’s stylesheet:

    .entry-content a,
    .entry-summary a,
    .page-content a,
    .comment-content a,
    .pingback .comment-body > a {
    	border-bottom: 1px solid #333;
    }

    That creates a border around all links. One way to remove them would be adding border:none; to the stylesheet that is loaded. Do keep in mind other theme’s may not do this either. 🙂

    Thread Starter silversix

    (@silversix)

    Well spotted! You’re right, it only happens on TwentyFifteen. I tried another theme and the icons looked fine. Thanks for the quick reply!

    jakubkrizkacz

    (@jakubkrizkacz)

    Hi, I find better solution, remove unerline in share plugin, but links stay OK.

    Plugin: Simple Custom CSS


    /* Enter Your Custom CSS Here */

    .ssba a {
    border: none !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Share icons showing underlined on all browsers’ is closed to new replies.