Hi, I'm trying to make a simple theme for myself using your base code. (0 knowledge in coding in any language by the way.) I haven't tampered with the avatar code at all, yet it's stuck on square shape display regardless of how I toggle it in the theme appearance edit although I want to switch it to circle. May I ask for advice? (I can't send screenshot link here, can I DM you?)
While I did describe the process in the guide, it looks like I missed adding the class in the actual base code ! I just added it in there. But all you need to do is add something like
.circle {
border-radius: 50%;
}
in your css!












