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

    (@micropat)

    Yes, by adding custom CSS code to Settings > AddToAny > Additional CSS.

    Floating vertical bar CSS code:

    .a2a_floating_style.a2a_vertical_style:before {
        content: 'Share';
    }

    Floating horizontal bar CSS code:

    .a2a_floating_style.a2a_default_style:before {
        content: 'Share';
        float: left;
    }

    Thread Starter mdw

    (@yamaryam)

    Awesome, that works, thanks! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Share text to floating bar?’ is closed to new replies.