Tagged: Capatitalized, menu, Subitem
- This topic has 2 replies, 2 voices, and was last updated 1 year, 9 months ago by Dirk.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
February 22, 2023 at 8:01 am #315963DirkParticipant
Hi,
I noticed that all submenu words in menu item ‘ALGEMEEN’ start with capital letters. Is there a custom css solution that have only the first word capatitalized?
Thank’s in advance for your help
February 22, 2023 at 10:53 am #315964tikaramParticipant@italianfox : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css
.main-navigation ul ul a { text-transform: lowercase; } .main-navigation ul ul a::first-letter { text-transform: uppercase }
Let me know if this helps you out.
Regards,
TikaramFebruary 22, 2023 at 12:52 pm #315965DirkParticipantThank you very much Tikaram, it works like a charm!
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Submenu item words start capatitalized’ is closed to new replies.