• Resolved Tessila

    (@tessila)


    I’d like to change the font of the “Add to Cart” button, because it’s not very legible with the Pinyon Script font I have, but apparently it’s related to the H1 headings, and I don’t want any of my other heading fonts to be changed. Is there a way to change only that one font (“Add to Cart”)?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @tessila,
    you can target the “kad_add_to_cart” class, which should apply to the add to cart button only. Adding something like the code below to your CSS should change the font on the button.

    button.kad_add_to_cart {
    	font-family: arial;
    }
    Thread Starter Tessila

    (@tessila)

    Got it. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing One Heading’ is closed to new replies.