I'm making some user profiles and I was just wondering, is there a way to further customize the avatar image and pet images? Like, can I change the width, height, and border/border radius of them? I have a few layouts where I feel like a circular image for the pets and a rounded border for the HA would be pretty rad, but I can't seem to figure out how to do it, or if I can do it at all.
Yep yep, you can but you might need to add a !important. I know you sometimes need to for pet headshots anyway. Class for user profile pet headshots is .avatar_head and looking at the code I'd probably go with img {blah blah;} for the human avatar image like on your profile but I don't use that widget anymore so idk how that would affect the version with actual clothes listed. For full pet images I'd probably try img {blah blah;}
...or, well, so I think, I never actually had to code that xD
- Awesome, I used the .avatar_head selector, worked like a charm. Any ideas on how to hide the pet names, so it's merely an image link?
Sorry! Pretty busy right now c: Anyway, I would probably set text color to transparent and font to smallest possible.
- Thanks! Might be a silly question, but all of this would go in under my .avatar_head section, correct? :3
Not a silly question at all because it's not ^^' sorry! a {blah blah;} I think...
Have you ever tried using some sort of a html inspecting tool [mozilla and chrome at least have one] or just straight looking up source code of a subeta page you want to edit? It helps :)
- Have no idea what that even is! I know there's a way to look at a page source, but I've always strayed from doing that 'cause back in my website/web design days it was HIGHLY frowned upon, haha.
Haha, I have no idea what is considered good form in a web design class because I never even came close to something like that. But how are you supposed to know how a page you did not write is put together if you don't look it up? Long-distance mind reading ? 8D
- I have been trying to use the Inspect tool in Firefox to figure out how to customize my Medal, Shop, etc images, and so far I've had no luck. Is it even possible to change the height, width, radius, etc of these items? I'm beginning to think not. :(