Please give the bbPress login widget avatar a useful class. Currently its class is just .user-submit, which is useless for styling. I want to be able to put the User and Log Out links beside the avatar instead of below them where they’re at, but I can’t float the avatar because the class .user-submit is already used by a BUTTON in that widget. Oh, and the avatar image is inside a link, so it’s actually the link that needs the class not the img element.
And since creating bbPress child themes has always been so darn confusing, I’d rather just use a stylesheet instead of hacking up a child theme, especially for something so small. Thanks.