Home › Forums › Free Themes › Signify Education › Automatic Capital Letters in Menus, Links and Footers
Tagged: automatic capital letters
- This topic has 7 replies, 3 voices, and was last updated 2 years, 7 months ago by VINCE.
-
AuthorPosts
-
March 30, 2021 at 9:31 am #147434anglickyonlineParticipant
Hello,
could I ask you for help in disabling the automatic capital letters at the beginnings of words in all parts of the menu, links and footers. It’s not grammatically correct in my language.
For example, right now it’s “Soubory Cookies” and “O Nás” and “Slovní Zásoba” and I’d like it to be “Soubory cookies”, “O nás”, “Slovní zásoba”.
Thank you!
ChristineMarch 31, 2021 at 12:01 am #147478PsinkKeymastercan you please share your site URL?
Regards,
PsinkMarch 31, 2021 at 2:29 am #147487anglickyonlineParticipantHere’s my site. Right now, you will see all links in all capital letters. Which is how I chose to temporarily deal with the automatic initial capitals because they looked really awful in Czech.
Thanks!
March 31, 2021 at 3:18 am #147490PsinkKeymasterHello Anglicky
Please add this css in Additional Css –
.main-navigation a{ text-transform: none; }
Have a great day
Regards,
PsinkMarch 31, 2021 at 3:31 am #147491anglickyonlineParticipantThank you for the code. That did help with one part of the menu. The main navigation. However, the automatic capital letters remain in the top header menu, and the menu items which are under the main ones (as in, Služby -> Výuka Online). The same goes for the link to the privacy policy at the bottom of the page.
And now I’ve noticed that this happens in the description of the website as well.
Is there a code that I could put in the CSS that would prevent ALL text transformation everywhere, not just in the links? Or could you direct me to where I can find out what the various parts of the page are called in the code, I assume the bit with {
text-transform: none;
} stays the same.Thanks!
March 31, 2021 at 6:30 am #147493PsinkKeymasterRemove the previous css and add this one
a, .site-header-top-main .site-navigation a, .header-style-two .site-header .site-header-main .wrapper .site-description, .site-description, .main-navigation .sub-menu a, .top-navigation .sub-menu a, .widget-area:not(.sidebar) .widget .widget-title, .posts-navigation a, #content #infinite-handle span button, .header-media .more-link, .main-navigation a{ text-transform: none !important; }
However, it works for site title, site description, buttons
But for some reason, it doesn’t work for the top bar menu and child menu because output text is in Uppercase formAs you can see the difference in screen record
https://www.awesomescreenshot.com/video/3234559?key=30e9eb1a91534924914d6c011e54a5f4Since the text output is in the uppercase on your site as you can see – it shouldn’t be like that
At the end of the video on another site as you can see there is no uppercase text on the child menuCan you check your menu panel on the customizer maybe there is an issue? I guess there may be all uppercase text assign to menu items
Regards,
PsinkMarch 31, 2021 at 7:14 am #147496anglickyonlineParticipantThank you very much!
So far, it seems to have worked everywhere I needed it to.
The all uppercase letters in the menu was how I dealt with the grammatically incorrect automatic capital letters. So far, it seems that the customization code you gave me was sufficiently general.
Thanks again!
Christine
March 27, 2022 at 4:17 pm #180323VINCEParticipantCan someone help me with all capitalize letters in WordPress Theme Signify.
All text is being capitalized in H1-H6 headers, paragraphs, NAV bar text, everywhere.
I’ve tried everything and css coding doesn’t work. Theme must be preventing css coding.
HELP!!!Here is website: https://freedomsvoiceinc.com
-
AuthorPosts
- You must be logged in to reply to this topic.