• i tryed to change the size of the sindbar login avatar img.

    i put in the theme (hueman theme) funcion.php this:

    add_filter('sidebar_login_widget_avatar_size','new_login_avatar_size');
    function new_login_avatar_size(){
        return 80;
    }

    i also tryed this code:

    add_filter('sidebar_login_widget_avatar_size', 80);

    but it is still the size of 38 pix and not 80 pix ?

    what did i do wrong ?

Viewing 1 replies (of 1 total)
  • Thread Starter butterzeugs

    (@butterzeugs)

    i have also tryed to put the code into the sidebar_login_widget function.php but it still makes so changes.

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Login Avatar Size ?’ is closed to new replies.