Dawn Theme : Make Rounded edge on collection card and centre align collection name

Dawn Theme :

  1. Make Rounded edge on collection card

  2. centre align collection name

  3. remove arrow sign next to collection name

Hello @fostino ,

I don’t think these are the issues. Sounds like you need customization in the theme a/to your requirement.
I suggest ask/hire any Shopify expert to help you or post your requirement in job portals.

Thanks

@fostino

Sorry for facing this issue, it’s my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

Please share your site URL,
So I will check and provide a solution here

hello @fostino

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

@Kinjaldavra @KetanKumar webiste: https://fostino.com

  1. add below code to section-collection-list.css

.card–media {
border-radius: 25px;
}

  1. add below code to section-collection-list.css

.collection-list__item .card__text,
.collection-list__item .card-colored {
text-align: center;

}

@fostino

great thanks for update