Hey guys,
So all my H1’s look correct when I am logged into WordPress but when NOT logged in every H1 is all caps. I have no idea what happened. I need my H1’s to be a mix. I am not understanding why – when I am logged in and preview the page it looks correct but once I got out it is not correct. I turned off the cacheing plugin and cleared my cookies/history. I also tried the code below but nothing worked.
.template-page .entry-content-wrapper h1 {
text-transform: none;
}
Url http://www.ezcomsoftware.com (I made my home page header an H3 for now) but if you look at any other page on the site you will see what I mean. I will also provide login info in the private area. Thanks
Ok so, I just want to add something more – I logged in on a PC (as I normally use a mac) and the PC is still showing all Caps for the H1 but my Mac is correct. This is very weird. Not sure why is shows correctly on Apple and all mobile but not PC desktops. Please help?