drew_n's profile

1.4K Messages

 • 

262.9K Points

Thursday, October 3rd, 2013 8:03 PM

Closed

How do I change the font in my store?

All fonts in BigCommerce are defined in the CSS stylesheets for your template.  You can easily change the font for all or part of your BigCommerce store using the same basic technique.

If you're unfamiliar with using fonts in web pages, you can find a good overview here.

Changing the font for the entire store
1.) Login to your store's control panel.

2.) Click on Design.

designlinky.png

3.) Click on the Template Files tab.

templatetab.png

4.) Scroll down to the Styles folder and click the plus sign next to it.

stylesplus.png

5.) Then find the styles.css file and click Edit to the right of it.

2012-01-18_1114.png

6.) Add the following code to the top of the file:

*{
    font-family:"Times New Roman", Times, serif !important;
}
You'll need to change the fonts in red to match the fonts you'd like your store to use. Please see this article for more information on using fonts on the web.

7.) Click Save.

2012-01-17_1649_001.png

This conversation is no longer open for comments or replies and is no longer visible to community members.

No Responses!