mno60 Posted March 9, 2006 Posted March 9, 2006 Hi I?m new to this stuff. Can some tell how I can change the Font, size and style? Is it possible to add an image background to the first page? Thanks Mikael :D
jasonabc Posted March 9, 2006 Posted March 9, 2006 this is all controlled from "stylesheet.css" in the root folder. View the source, find what text you want to change and look at what class/style is being applied to it. Then modify that class in the stylesheet. To add a background image to the site simply add background-image:url('/path/to/image.gif'); inside the body class. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
mno60 Posted March 9, 2006 Author Posted March 9, 2006 this is all controlled from "stylesheet.css" in the root folder. View the source, find what text you want to change and look at what class/style is being applied to it. Then modify that class in the stylesheet. To add a background image to the site simply add background-image:url('/path/to/image.gif'); inside the body class. Thanks /Mikael :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.