Minimal theme: Create Custom HTML button consistent with theme's button style

Hello,

I’d like to add a button on my home page (www.earthtoplanet.com) using the Custom HTML section. Using the most basic HTML this is what I have so far:

earthtoplanet_0-1636747389317.png

However, I’d like for it to take on the button styling consistent with the theme. Like, for example, the Add To Cart button:

I’d really appreciate your help learning how I can reference the theme’s button styling in my Custom HTML section.

Thanks!

Hello,

Add class=“btn” to your a html tag and the button will have the same style.

Code:

More Cartoons >

I hope this helps!


Give me a Like if I helped you

Please mark as Accepted Solution if I fixed your problem!

Thanks :slightly_smiling_face:

1 Like

Fantastic. Thank you!

1 Like