dvds Posted January 25, 2006 Posted January 25, 2006 i did all the installation and it's all work but how can i change the style website(colors,font,font size) and how can i remove the banner in bottom and i want to remove evry demo thing that comes with the program how can i do that
dudacao Posted January 25, 2006 Posted January 25, 2006 Hi dvds, To change the website style, try to edit the stylesheet.css file. To remove the banner in bottom, edit your footer.php file. All the demo data you can remove using your admin area/products ... etc Hope this help you ! Dudacao Did You Saw The Birds Today ?
dvds Posted January 27, 2006 Author Posted January 27, 2006 pleas help me I have three problem the text size(or width) is too small can you pleas tell me how can i make it bigger step by step if you don't mined the problem number two my web background is white and i want to change it to black and change text to white color and pleas can you also tell me that step by step the problem number three you're explane it but i realy don't understand it how can i remove the banner(bottom the page) completly and thank you for everything
tiG Posted January 27, 2006 Posted January 27, 2006 Forgive me for jumping in on this thread if it's not allowed. I am working through my stylesheet too and all my changes are visible in the admin section, but not on the front page of the store or the product pages. What am I missing? tia
Guest Posted January 27, 2006 Posted January 27, 2006 I am working through my stylesheet too and all my changes are visible in the admin section, but not on the front page of the store or the product pages. Are you sure you are working with the main catalog stylesheet - catalog/stylesheet.css? Sounds like you are changing the admin stylesheet - catalog/admin/includes/stylesheet.css.
Guest Posted January 27, 2006 Posted January 27, 2006 the text size(or width) is too small Stylesheet - search for "font-size:" and experiment with the # after it to gain the desired text size. my web background is white and i want to change it to black and change text to white color Stylesheet - replace Body { background: #ffffff; color: #000000 with Body { background: #000000; color: #ffffff; how can i remove the banner(bottom the page) completly Locate footer.php (catalog/inlcudes/footer.php) and replace(~line70): <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> with: <comment> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table></comment> You could delete the above code altogether, but this way you could simply remove the <comment> tags if you wanted to utilize this feature in the future. :blink:
dvds Posted January 27, 2006 Author Posted January 27, 2006 thank you man i realy did it and i finished my web but pleas Kingdom3D I have couple of quastion I wana ask you my first quastion is very importent i hope you answer me my admin page www.mydomin.com/admin is not protected thats mean any body can get into it because there is no password how can i protect it by username and password? pleas help me with it because it realy importent the other quastion the picture (that one on the top) how can I change it?
Wendy James Posted January 27, 2006 Posted January 27, 2006 you can install one of the password contributions, create an htaccess file (which is the hardest option) or use your webhost should have a "password protect directlry" link in your host control panel. to change the image you can edit catalog/includes/header.php or you can just create a new image, name it oscommerce.gif then upload it to your catalog/images/ folder. ps: to remove the banner, all you had to do was shut it off in admin, under tools then banner manager. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.