Tagged: enfold, Lower Case
Hello,
I am trying to make the text “home” in the breadcrumb all upper case. The page title is Upper Case but the breadcrumb for home remains lower case. I read through this post: https://kriesi.at/support/topic/header-menu-2/?login_error
and tried to add
”
.main_menu ul:first-child > li > a { text-transform: uppercase; }
”
Without luck.
Any thoughts?
Thanks,
W
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .breadcrumb { text-transform: uppercase!important; }
Regards,
Yigit
Problem solved.
Thanks!