Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #251795

    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

    #251796
    This reply has been marked as private.
    #251797

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .breadcrumb { text-transform: uppercase!important; }

    Regards,
    Yigit

    #251802

    Problem solved.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold – Breadcumb – Home lowercase’ is closed to new replies.