Noorlander Posted July 6, 2013 Share Posted July 6, 2013 (edited) 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 July 8, 2013 by Noorlander (see edit history) Link to comment Share on other sites More sharing options...
PSfever.com Posted July 6, 2013 Share Posted July 6, 2013 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 More sharing options...
Noorlander Posted July 8, 2013 Author Share Posted July 8, 2013 thanks, that worked!! i actually used: #cms h1 {font-size:120px} thanks again! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now