- This topic has 6 replies, 2 voices, and was last updated 4 years, 3 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Hi guys
I’m running Bard Pro, and my site storyloft.dk has a band with SoMe icons and names at the bottom of my pages. I’ve managed to uncheck uppercase headings in more or less my entire site (I really don’t like all-uppercase headings). But, I can’t seem to find out how to disable uppercase in these names (see attached image)
Do I need a snippet of code to adjust this, or am I just missing the function in the theme editor somewhere?
Cheers,
/Ken
Hi Ken,
Please share your website URL and we will check for the possible solutions.
Kind Regards
Hi Vako (or others)
I wonder if you guys have come up with a solution for my issue with the uppercase letters in the Social Media headings?
Cheers,
/Kenneth
Hi Ken,
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.footer-socials span {
text-transform: lowercase !important;
}
Kind Regards
Thanks Vako
Now all letters are lowercase, which is fine.
I wonder how to tweak the code to have the first letter of each word/name uppercase and the rest lowercase?! 😉
Facebook vs. facebook
Twitter vs. twitter
LinkedIn vs. linkedin
The last one is tricky with an uppercase letter in the middle, too.
Cheers,
/Ken
Hi Ken,
In the shared CSS snippet, replace lowercase to capitalize.
Kind Regards