how do I remove all caps for my top bar ?
I am trying to write in lowercase font
Super simple if you’re talking about your navigation. Go to your Theme Options, then under “Header” scroll down until you see the toggle option for “Uppercase” (it will be right under the Logo Letter Spacing option). It defaults to being ON, so just turn it OFF and that should solve it for you.
it does not change top bar to lowercase. I tried this already 
Hi there,
Please add this code in the Global CSS:
.x-topbar .p-info {
text-transform: none;
}
Here are some reference you can check:
Here are some reference links related to the suggestions above:
- CSS Introduction - https://www.w3schools.com/css/css_intro.asp
- How to get CSS Selectors using Chrome - https://stackoverflow.com/questions/4500572/how-can-i-get-the-css-selector-in-chrome
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.