Main menu case – how to change from uppercase

  • Author
    Posts
  • #104194

    Hi
    How do I change the main menu case from uppercase, please?
    For example I have tried

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

    but it remains as uppercase
    Thanks

    Website: liveauctionrooms.com

    #104606
    Zed
    Cryout Creations mastermind

    Your CSS was close, but not specific enough. The theme applies capitalization on the inner span.
    Use the following CSS:

    body #access a > span {
        text-transform: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #104618

    Great! Thank you, Zed

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Main menu case – how to change from uppercase’ is closed to new replies.