- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Blog CSS text-transform keeps reverting to uppercase
SOLVEMay 17, 2018 3:19 PM - edited May 17, 2018 3:23 PM
On our blog, our h1 should be "text-transform:none" in our Production.css file, to give it headline-style capitalization.
However, it keeps changing itself to "text-transform:uppercase" for no reason. When I change it back to "none," it'll do that for a while, but then it reverts itself to all-caps again.
Why is it doing this? How do I fix it permanently?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
May 18, 2018 3:18 PM
Hey please read this and let me know if you do not understand, because you have a pretty major issue on your page that needs to be fixed and will most likely solve all of your issues:
The <head> of your html document is in the document twice! this means that all of your meta tags are doubled, with different values, all of your stylesheet links are double (this includes production.css which is being fed from 2 different sources), and anything else existing in the head is doubled. You NEED to fix this before trouble shooting the symptoms this is causing. If you need help you can PM me. I know how this happens.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content