• Resolved Lui Amisola

    (@lui-amisola)


    Hi Author,
    Good day, i hope you are doing well, I don’t know if this is asked before I cannot see any resources. my problem is I want a small size icon on my other pages. i defaulted my icon size “Large” on the WordPress admin. I tried this line but doesnt work. kindly help me pls.

    if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) {
       ADDTOANY_SHARE_SAVE_KIT( array(
       'icon_width'  => 16,
       'icon_height' => 16
       ));
    }

    https://www.ads-software.com/plugins/add-to-any/

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

    (@micropat)

    Close!

    if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) {
        ADDTOANY_SHARE_SAVE_KIT( array(
            'icon_size'  => 16,
        ));
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Addtoany Icon size on selected pages’ is closed to new replies.