Viewing 1 replies (of 1 total)
  • Hi, you can do this:

    if ( function_exists( 'ADDTOANY_SHARE_SAVE_ICONS' ) ) { ADDTOANY_SHARE_SAVE_ICONS( array(
            'html_wrap_open' => '<div class="share-link">',
            'html_wrap_close' => '</div>',
            'html_container_open'  => '<div class="container">',
            'html_container_close' => '</div>',
        ));
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to insert each share button in a separate div’ is closed to new replies.