Jump to content

[Solved] Customize h1 format in CMS pages


Recommended Posts

Hey,

 

In my CMS pages, i want to use <h1> tags to include page headings (for seo etc)

 

However, for some reason, the format of these headings on CMS pages is completely different from the h1 tags on any of the other pages (homepage, sitemap, contact form, categories, products, etc).

 

For any headings, CMS pages do not seem to apply the global.css file nor the cms.css file.

Does anyone know how i can customize the format for headings h1, h2, h3, etc on CMS pages?

 

thanks

Edited by Noorlander (see edit history)
Link to comment
Share on other sites

Hi,

 

sure thing! It would be best, if you post the URL of your site, so we can take a look at it.

I don't know how many CSS files you have, though you should have those headline tags defined in global.css OR cms.css.

For example, a <h1> tag will be defined only on CMS files in code as following.

#cms #center_column h1 {font-size:120px} etc :-)

 

But it would be best to see your site, so I can tell you which line at what file to edit.

Cheers

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...