How can I replace 'home' with an icon and resize my add to cart button?

Hi everyone,

Hope you are doing well !

I have 2 small questions and I hope you can help me.

  • I have added breadcrumbs to my website but I would like to replace “home” by the home icon. Any idea how I can achieve that ?

  • I would like to adjust the size of the add to cart button (collections) the ideal would be to have it the same size as the product images and a little thinner

website : www.hintofhappiness.com

password : seiyud

thanks in advance for your help !

Karla

Hello @Karla8

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

li.grid__item.scroll-trigger.animate--slide-in .button {
    min-width: calc(33rem + var(--buttons-border-width) * 2) !important;
    min-height: calc(3.5rem + var(--buttons-border-width) * 2) !important;
}

Thank you !

Hi Karla,

Do you mind telling me what is your store theme? I’d like to add breadcrumbs to my store.

Thanks

Sorry for the delay ! I see it only now. I use Dawn theme.