Guest Posted December 9, 2004 Posted December 9, 2004 Hello All My understaning of Stylesheet.css is that when linked into http://www.mysite.com/cart/index.php it sets the attributes of text appearing on the screen. I should also say that I'm using STS_Template as well. The initial index.php (and quite frankly most of the pages) screen seems to have a standard text format that I don't seem to be able to alter. For example the following text "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? " that appears on the index.php page is not responding to changes I make in http://www.mysite.com/cart/stylesheet.css I have made changes to the following entries: TD.main, P.main { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 1.5; color: #004080; font-style: italic; font-weight: bold; } TD.pageHeading, DIV.pageHeading { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 1.5; color: #004080; font-style: italic; font-weight: bold; } ARE THESE THE CORRECT Classes TO CHANGE? If not can you please tell me which ones affect the different screens. Many thanks, Gary New Products For December
ozcsys Posted December 9, 2004 Posted December 9, 2004 If you are using the default sts template you need to go in to it and remove all the font tags. for some reason they were added to the template and they overide the stylesheet. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Guest Posted December 9, 2004 Posted December 9, 2004 i use topstyle lite to look at the stylesheet for fonts, color, etc. makes it real easy.
Guest Posted December 9, 2004 Posted December 9, 2004 If you are using the default sts template you need to go in to it and remove all the font tags. for some reason they were added to the template and they overide the stylesheet. <{POST_SNAPBACK}> Sorry to be a pain but can you give me a bit more of an insight please.
ozcsys Posted December 9, 2004 Posted December 9, 2004 Sorry to be a pain but can you give me a bit more of an insight please. <{POST_SNAPBACK}> You will need to go to your includes/sts_template.html file and remove the font tags. You will see <tr class="header"> <td><font size="1" face="Arial, Helvetica, sans-serif"> $cataloglogo</font></td> <td><div align="right"><font size="1" face="Arial, Helvetica, sans-serif"> $myaccountlogo $cartlogo $checkoutlogo</font></div></td> </tr> ETC...... And you will need to remove the tags so it looks like <tr class="header"> <td> $cataloglogo</td> <td><div align="right"> $myaccountlogo $cartlogo $checkoutlogo</div></td> </tr> ETC..... Basically you should remove all the <font size="1" face="Arial, Helvetica, sans-serif"> </font> Tags from the template. Once you do that you will the changes you make in your stylesheet take affect. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.