• Hello, I’m a big fan of the plugin; thanks!

    I’d like to be able to have a heading above the standalone icons I have at the bottom of my posts and certain pages. (for example, “Did You Enjoy This Article? If So, Share It!”)

    How might I got about doing this? I looked around in the settings and old threads and wasn’t quite sure how to approach it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • ZinZang

    (@zinzangstudio)

    An easy way is to add a declaration in your theme’s stylesheet similar to this:

    .addtoany_share_save_container { padding-top: 30px; background: url(../didyouenjoythisarticle.png) no-repeat left top; }

    This adds padding to the top of the AddToAny container to allow a background image you create to be visible above the Standalone Services or Buttons.
    Adjust padding, image path, image name, and alignment to suit your needs.

    ZinZang

    (@zinzangstudio)

    …and maybe an even easier and better way to handle this on certain posts and pages is to add the shortcode:
    [addtoany] (in HTML mode) after typing “Did You Enjoy This Article? If So, Share It!” right on that post or page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Heading Above Add to Any Buttons’ is closed to new replies.