![]() |
text styling in pages
were can i change the colour of the text in the pages?
what i would like is to have different coulors fo h1 and h2 and paragraph text what is a kicker? |
Body text colour can be changed in the 'Body, Text & Links' options.
But I've done this for the h's by changing the Stylesheet 'style.css' - changed font sizes, weight etc...: h1 {font-size: 30px; font-weight: normal; line-height: 120%; color: #ff6600;} h2 {font-size: 20px; font-weight: normal; line-height: 120%;} h3 {font-size: 18px; font-weight: normal; line-height: 120%;} h4 {font-size: 16px; line-height: 120%;} h5 {font-size: 14px; line-height: 120%;} h6 {font-size: 12px; line-height: 120%;} Unless there's a better way? |
I try always to avoid editing Flynn's wonderful files. When you do, you have to change the files again when he updates them, and he may do something different that will make you do all your work over again.
One of the best features of this theme is the ability to add html, javascript, css and in the different parts of the Web page. So I recommend you put all that code in the CSS inserts. |
Ah Ha - So I presume the above format would work fine ans simply over rides the stylesheet?
|
Yes, the CSS inserts override everything. If they don't it may be due to:
|
All times are GMT -6. The time now is 01:06 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.