• Resolved hatschiii

    (@hatschiii)


    Through the following code I can add the buttons everywhere…

    <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>

    How do I need to change the code if I like to have a different size?

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    <?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { 
    	ADDTOANY_SHARE_SAVE_KIT( array( 
    		'icon_size' => '32',
    	) );
    } ?>
Viewing 1 replies (of 1 total)

The topic ‘Individual button size’ is closed to new replies.