Having trouble with a custom font applying itself to a button in my collections page- Flow Theme

Hello,

I am having trouble with the “Add to cart” button not inheriting my custom font like the rest of the site. Please see photo below. Right now, this is only ocurring on my collections page. Also, if possible, I would like to remove the “see more beer” from the page as well.

Any help would be greatly appreciated!

P

Hi @PCBCW

Can you please share store URL?

Thanks

Hi @PCBCW

You can follow the following steps:

  1. Please remove the width from the html.
  2. Please go to the Online Store.
  3. Then Edit Code.
  4. Please find the theme.liquid file.
  5. Please add code before closing the tag tag.

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

1 Like

That worked, thanks so much!

1 Like

I am also having an issue with the cart page. Please see attached.

Any help would be so appreciated!

Hi @PCBCW

Please apply this css

button.btn.cart__checkout {
    font-family: 'YearsFont' !important;
}
1 Like

That worked, but I am also having trouble on the actual cart page as well, please see below.

Thanks again for the help!