Remove uppercase letters in the submenu

Hello!

I was wondering if I can remove the uppercase letters from the submenu pages? Under my articles page I have four subpages but instead of being written with only lowercase letters every sentence starts with an uppercase letter. Is there some CSS code so everything can be in lowercase instead of looking like it does now in the picture?

Thank you in advance!
Best regards
Lisa

I’m interested in this question!

hi @mslisa, hi @mclausi,

Use this css code to solve:

#main-nav ul li ul li a, #main-nav ul li.current-menu-item ul li a, #main-nav ul li ul li.current-menu-item a, #main-nav ul li.current_page_ancestor ul li a, #main-nav ul li.current-menu-ancestor ul li a, #main-nav ul li.current_page_item ul li a {
text-transform:none;
}

If this does not work, please provide me your live website so I could check.

thanks,

Cristian

It works! Thank you!!! :slight_smile:

Hello!

It didn’t work for me. Maybe I forgot a bracket somewhere? I tried placing this bracket { in the beginning but nothing happened and then I removed it but nothing happened there either.

I forgot to check the update and it worked! Thank you so much! Your support is absolutely amazing and I am forever grateful.

Hi @mslisa,

You are welcome.

Thanks,

Cristian