Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mark Walker

    (@mawalker83)

    I guess, technically, I need to add anchor text to the icons.

    Plugin Author micropat

    (@micropat)

    AddToAny standalone icons already include anchor text for accessibility. For example:
    <span class="a2a_label">Facebook</span>

    You can use CSS overrides to make the labels visible:

    span.a2a_label {
      clip: auto !important;
      overflow: visible !important;
      position: relative !important;
      width: auto !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Add Anchor Text to Share Links’ is closed to new replies.