I've seen on a number of different profiles where their pet sections have different shapes for the headshots. I've mostly seen circles and rounded rectangles and I just can't figure out how it's done plus I don't know anything about coding so I have absolutely no clue what I'm doing in general. Hopefully someone can help me out. Thanks.
.avatar_head {
height:50px !important; width:50px !important;
border-radius:10px; }
You can change the numbers to fit what you want.
Thank you... my only other question is, where do I put the code? Just with all the other coding for my profile?
Yup, just with all your other profile coding. Inside the style tags.
Thank you!! That was simple and easy! ❤️
So, this doesn't work with standard-profiles, right? Just with custom profiles?
It should work on standard profiles but only if you're using the pet headshots. You can still play around with the full pet images (like I can see you're using) but it'll take a different code. ^^
So, where would I paste the code you posted...? I'm a total noob with coding, sorry :'D
Hehe, that's fine. :)
And if you're not using any css already you should remember to add style tags. So the code I posted before will look like this:
<style>
.avatar_head {
height:50px !important; width:50px !important;
border-radius:10px; }
</style>