![]() |
How to change text size on home.php
Hi,
I am using the Fashion Mosaic skin by XCart When I drop in text to the area where the welcome picture was, in the following template: /customer/main/welcome.tpl the text takes on the sizes and styles as specified in the CSS. at least that is what I am guessing How can I specify text styles and sizes for the main body of the home page without affecting the layout and sizes of the nav links etc %i:anks - Mel |
Mel,
A number of ways to do this with probably the easiest being: Open your skin1/skin1.css file and add a line thusly Code:
.HomePageText { COLOR: #000000; FONT-WEIGHT: normal; FONT-SIZE: 12px; }Then wherever you place your text, encapsulate it with span tags: Code:
<span class=HomePageText>This is my new home page text</span> |
Hi Hooter,
Worked a treat thanks but had to put in to skin1_customer.css Many thanks Mel :D |
| All times are GMT -8. The time now is 04:15 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.