• Greetings,

    Thanks for taking the time to look over my inquiry.

    I’m building an ecommerce store and I’m trying to change the font of the Site Title on the top of the page.

    It seems like the theme doesn’t have an option for this. I’ve tried updating the css (I’m not code savy so I’m sure I’m doing something wrong)

    Can anyone help me out, any help would be appreciated.

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @mxoneal0880

    To change the font of your site title, you can use a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:

    .site-title {
    	font-family: arial;
    	font-size: 50px;
    	color: #ff0000;
    }

    You should see the changes right away, but this is just a preview for you, so you can experiment a little if you like (in my example above, I added a size and color as well, but you can remove those if you want).

    Once you’re happy with it, select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter mxoneal0880

    (@mxoneal0880)

    Hey Senff,

    I tried out your solution and it worked!

    I can’t thank you enough. I’ve spent hours inserting codes and researching and nothing seemed to work.

    I honestly can’t thank you enough.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Storefront Site Title Font’ is closed to new replies.