i want to change the text in the entire catologue but do not know which template to change i wish to make it one point bigger and to have the text appear in bold.
Can anyone help me please.
HERE to download the Advance User Guide which has the NETQUOTEVAR dictionary. What you can do is take the variable you want to change the font of and then insert font tags around that variable.
For example, if you wanted to change the font of product name locate the variable NETQUOTEVAR:PRODUCTNAME which can be found in Advance | Template Manager | Section | ProductLine
Insert font tags around that variable so it reads,
<font face="Comic Sans MS" size="12"> NETQUOTEVAR:PRODUCTNAME </font>
If you goto Help | Find type the name of the variable you are looking for and this will list the templates that variable appears.
Originally posted by pinbrook if you are using a non css theme you will have to edit each and every template which has a <font> tag in it
Or change themes to a css one and just change the css
Hi
I also want to change the text of my entire catalog to a smaller size. I am using a clean layout. Are these css and exactly what is the difference between css and non-css. From reading posts, it seems as thought the css themes are easier to manipulate.
Thanks
ocbon
www.bonnies-gift-shop.com
Unique Gifts & Home Decor
Retail/Wholesale/Drop Shipping
www.bonniesgifts.com
Gift Baskets Gift Ideas Unique Gifts
Retail/Drop Shipping
If you are looking at a blue and white graphical thing, then click 'Change View' so you see the gray temmplate manager. Go to the 'Miscellaneous' tab and click on 'CSS Files'. Click 'Edit'.
If you are looking at a blue and white graphical thing, then click 'Change View' so you see the gray temmplate manager. Go to the 'Miscellaneous' tab and click on 'CSS Files'. Click 'Edit'.
Go to 'Edit | Find' in Notepad and search for:
font-size:x-small
Replace any of these you find with
font-size:xx-small
That should do it.
Hi Chris,
This worked great! I checked the 'Advanced /Template Manager " Miscellaneous tab, CSS Files template but couldn't figure out how to make all the text, including descriptions, to change to bold.
Can you help?
Thanks Bonnie
www.bonnies-gift-shop.com
Unique Gifts & Home Decor
Retail/Wholesale/Drop Shipping
www.bonniesgifts.com
Gift Baskets Gift Ideas Unique Gifts
Retail/Drop Shipping
Comment