It has been suggested to me that I should use title tags

For SEO reasons.



H1 - H2 etc.



But I do not want the on screen text to be as large as cs-cart make these by default when using fck editor.



If I alter/create these is styles.css - will I start having problems elsewhere in cs-cart.

Your can still use them just resize the Text, that is what I do…

Do you mean use an h1 tag and then an xxsmall setting to bring it back down - as an example.



One boosts it up. The other takes it down.

You can redefine the h1 and h2 tags to use a smaller font size. They would still be considered heading tags.



Bob

[quote name=‘Page’]For SEO reasons.



H1 - H2 etc.



But I do not want the on screen text to be as large as cs-cart make these by default when using fck editor.



If I alter/create these is styles.css - will I start having problems elsewhere in cs-cart.[/quote]


[quote name=‘jobosales’]You can redefine the h1 and h2 tags to use a smaller font size. They would still be considered heading tags.



Bob[/quote]



You could do it with styles.css and also use classes. Search engines take words in

,

tags with higher priority over other tags. If you wish to make some smaller, try

and the style h1.small {…}

Got it - I hope.



(Totally new to this CSS lark)



Thanks for the help.

A good reference would be [URL]http://www.w3schools.com/css/[/URL]