by ShopSite Lauren » Tue Feb 15, 2011 2:56 pm
If you have ShopSite version 10, and if you are using a ShopSite built in template then you can simply go to Preferences > Layout Settings, and select the font that you want there.
If you are in an older version of ShopSite, or if you are using a custom template, you would need to add in additional/custom code to make the change. If you are using a custom template, and if the custom template is using the checkout/confirmation/thank you header fields and footer fields then you can use the following solution.
With an older version of ShopSite (and with a custom template if your custom template supports it), you can add the following code to your header section (Commerce Setup > Order System > Checkout/Confirmation/Thank You, and add the code into the "text at the top of the screen" field). Replace the font names with the name of the font that you would like.
<style type="text/css">
body, td {font-family: arial, helvetica, verdana;}
</style>
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.