This topic has 6 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
Hello,
i am using header variant 4 and it forces the menu links to be shown in upper case letters. Same issue with breadcrumbs..even if pages are named with lower case letters.
Can you show me away to use variant 4 but with lower case letters?
Same about breadcrumbs too..?
Thank you in advance.
Hello,
Please try to add this code in 8theme options->Styling->Custom CSS->Global Custom CSS.
.header .menu-wrapper .menu > li > a {
text-transform: lowercase !important;
}
Regards,
Robert Hall.
Thanks for the reply!
this shortcode forces all letters to become lower case. There is no way to be exactly like the category name with the first letter upper case and the rest of them lower case?
Pluse can you please attach me shortcode for the breadcrumbs too?
Thank you again.
Hello,
Please try to use this css code:
.header .menu-wrapper .menu > li > a, .page-heading.bc-type-2 a, .breadcrumbs, .woocommerce-breadcrumb {
text-transform: capitalize !important;
}
Regards,
Eva Kemp.
perfect!Thanks a lot!
Hello,
You’re welcome.
We’d be thankful if you leave a comment on ThemeForest site http://themeforest.net/item/classico-responsive-woocommerce-wordpress-theme/11024192/comments .
Regards,
Eva Kemp.
The issue related to '‘capital letters at navigation and breadcrumbs’' has been successfully resolved, and the topic is now closed for further responses