sidbar login avatar size
-
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 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- You must be logged in to reply to this topic.