Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author micropat

    (@micropat)

    There doesn’t seem to be a dotted underline on your site right now. If you’re still seeing it, either your theme’s CSS code or another plugin is causing it to appear.

    Thread Starter Eddie_wen

    (@eddie_wen)

    Hi, thanks for your reply. Actually, I successfully removed the underline by adding “border: none;” in .addtoany_list a in the style.css of the child theme:

    .addtoany_list a {
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle;
    border: none;
    }

    I only have very basic understanding of css coding, so I am not sure if this is the best practice. Let me know if you suggest a better coding. Thank you.

    Plugin Author micropat

    (@micropat)

    That’s just about perfect. You should probably only use the border: none; declaration because those other values may change in plugin updates.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove the underline of the share buttons’ is closed to new replies.