How to turn square images to circular images for collections in homepage (debut)

Topic summary

Converting homepage collection images from squares to circles in the Debut theme. The suggested fix is to add CSS in Assets > theme.css targeting the collection image overlay via the section ID and setting border-radius: 50% (border-radius rounds corners; 50% yields a circle).

Follow-up: The original poster also asked how to add a store logo in the footer, aligned to the right. A tutorial video link was provided as guidance.

Additional requests/issues:

  • Applicability to the Prestige theme and to only the top collection (no code answer provided).
  • Debut users reporting the CSS change did not take effect.
  • Dawn theme user seeking smaller, circular featured collection images (no working solution posted).
  • Request to show circular collections only on mobile at the top of the site.

Responses offered: Theme developer requested store URLs/access for custom implementation, noting it may be time-consuming. Another video was shared for circular collection slider images.

Status: Partially resolved (CSS approach for Debut). Theme-specific solutions for Prestige/Dawn and mobile-only placement remain open. Screenshots and video links are central to the discussion.

Summarized with AI on December 17. AI used: gpt-5.

Hi,

I’m wondering if it’s possible to turn square images to circular images for the collection photos in homepage (debut theme)? I’ll give an example.

This is how it appears now.

I’m looking to get it like this.

Is this possible to do?

Kind regards,

Pernille // NOIIA

Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css

#shopify-section-1622902321b3b57baf .collection-grid-item__overlay {
    border-radius: 50%;
}
3 Likes

@oscprofessional

Ah fantastic! Thank you so much!

Do you by any chance know how to add the store logo in the footer area?

Like this

But I’m looking to have it placed on the right side, like this

Hi

watch this video, you will have your solution

https://www.youtube.com/watch?v=hWTIwGhAYko

1 Like

Hi, Can this also be performed in the prestige theme? And only for the top collection? Thanks

This did not work for me:( I’m using Debut theme, copied the code, followed the instructions for placement - nothing changed,

What do i need to do differently?

Thanks!

Hey there! I was wondering how i could do this exact thing on my theme. www.modboutiquevw.com

But I want them to appear on mobile only at the top of my website just like they do on my app. Photo attached.

can you help me?

@Modboutique

Welcome to the shopify community.

Definitely we will help your for this issue, Its a time consuming task. If the theme does not have this feature. then we will implement this feature in your store with current theme.

we have to check your file structure and code. you have to give us for store access.

We will test this in to all screen then will deliver this for you. You can directly get connected with me via email or what’s app.

we can discuss there.

Hello, I am having same issue, I’ve tried different codes to make my featured collection smaller and the images circular, but nothing seems to work. I have currently used the Dawn theme. Any suggestions appreciated. Here’s is my layout so far.

@JGilyard ,

Share the store URL.

Hi,
I came across your solution to turn square collections into circles and tried to do it for my current theme. Unfortunately, it isn’t taking, I can input the coding but when it saves there is no change.

You can make collection slider images circular: