Changing fonts

General ShopSite user discussion
Post Reply
csm71
Posts: 12
Joined: Mon Jan 04, 2010 9:00 pm
Location: New Jersey

Changing fonts

Post by csm71 »

I am using the modern theme for my store and I would like to change the font and/or size of some of the text fields. Is there a way to do this?

Thanks in advance for the advice. I appreciate the support I have received in my previous posts.
Jim
Site Admin
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Post by Jim »

The modern theme will have .css files that contain the styles used for fonts. You will need to modify those files to change the font size and type.

Another option is to specify the font information in the text field itself.
csm71
Posts: 12
Joined: Mon Jan 04, 2010 9:00 pm
Location: New Jersey

Post by csm71 »

Jim,

How do I specify the font information in the text field?
Jim
Site Admin
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Post by Jim »

Using standard html such as

Code: Select all

 <font size="2" face="Verdana">
your text information is here
</font>
You can find all the html tags and descriptions on the web at many places such as
http://www.w3schools.com/html/html_fonts.asp

Note that in recent versions of ShopSite there is an html editor option on most text fields so you get a text editor type of environment where you can specify font colors, size, images etc. Help for the html editor function can be found here
http://www.shopsite.com/help/10.1/en-US ... ditor.html
Post Reply