charlieb in ct Posted March 20, 2007 Posted March 20, 2007 is it possible to change the font size on our home page? usual html didn't seem to work. thanks charlie
jonquil Posted March 20, 2007 Posted March 20, 2007 catalog/stylesheet.css It's in there :) http://www.oscommerce.info/docs/english/c_...and_layout.html jon It's all just ones and zeros....
charlieb in ct Posted March 21, 2007 Author Posted March 21, 2007 catalog/stylesheet.css It's in there :) http://www.oscommerce.info/docs/english/c_...and_layout.html jon I added font-size: 10px; to the Body section ( shown below).. but it didn't work... what am I missing? thanks charlie Copyright © 2003 osCommerce Released under the GNU General Public License */ .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; } .errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; } .stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; } .productsNotifications { background: #f2fff7; } .orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; } BODY { background: #ffffff; color: #000000; margin: 0px; font-size: 14px; ----> I added the font info here but it didn't work. }
charlieb in ct Posted March 21, 2007 Author Posted March 21, 2007 catalog/stylesheet.css It's in there :) http://www.oscommerce.info/docs/english/c_...and_layout.html jon I got it!!! thanks charlie
Recommended Posts
Archived
This topic is now archived and is closed to further replies.