How i put round categories under my header?

Hi, how can i put this round categories under my header. i’m using the studio theme.

Thank you.

Hey @Anonymous ,

simply add the collection list section through the customization and in the custom css field type the following code:

.card__media, .card__inner {
  border-radius: 50%;
}