badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Uppercase in menus

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39112
    per.norell
    Participant

    Hello!

    I just noticed that all words in the dropdown submenus starts with capital letters but the page headlines that feed the menu doesn’t. For instance: The page headline is “Machine tools in…” but the menu is “Machine Tools In …”

    My question is if there is a default setting that I can change or if you have a code snippet that I can use to fix it?

    BR
    Per

    #39174

    Hi Per,

    To have the default setting for text transform in sub menus go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

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

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.