Hi,
All the text content on my site is in “capitalize” format and I would like them to be in a normal format except for the Nav bar header, I think it has to do something with the CSS property as follows
/* Current Value */
text-transform: uppercase;
/* The value I want */
text-transform: none;
If you take a look at my site you can see what I am referring to:
Password: testingpage
For example, in the link above as you can see in the announcement bar the text is:
“Payment Gateway Down For Now, If You Want To Purchase Contact Us”
and I would like them to be in the following format:
"Payment gateway down for now, if you want to purchase contact us"
Thank you,
Any help is much appreciated!