How to make all buttons a custom font – Symmetry theme

Hi everyone! Just a quick question, I have uploaded a custom font to the symmetry theme, which works but I was wondering if there was a way to make all button font on the website this code? I don’t know if that’s possible rather than individually targeting each button within a section. Any help or advice would be greatly appreciated :blush:

URL – https://pantee.co.uk/?_ab=0&_fd=0&_sc=1


1 Like
  • Then add the following code at the before tag and press ‘Save’ to save it @emilyaugstudios .

Hi @emilyaugstudios

Check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

button, .btn {
    font-family:"Basic Commercial", sans-serif !important;  
}

And Save.

Result:

Note: you can change the font you like to use.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!