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.
Changing fonts
Using standard html such as
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
Code: Select all
<font size="2" face="Verdana">
your text information is here
</font>
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