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*

Capitals in menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #7581
    hibban
    Participant

    Hello. How to change capital letters in main menu to first letter capital, others lowercase?

    #7595
    Sanjip Shah
    Participant

    @ In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    #access a {
        text-transform: capitalize;
    }

    Hope this helps.

    #7596
    hibban
    Participant

    Thank you.

    #7636
    Sanjip Shah
    Participant

    @hibban Welcome. 🙂

    #21898
    Gemeente
    Participant

    Hi Sanjip,

    put your css in the theme options but if an item in the main navigation bar is more than 1 word, all words had a capital to begin with. I put this css in:

    #access li a { text-transform: none; }

    that did the trick.
    Is that ok to your opinion?

    greetz,
    gemleek

    #21917

    Hi Gemeente,

    Could you please create your own forum topic because other will not get notified which may be unwanted for them. I think that’s not ok. If you use text-transform: none; then whatever you type on the page, it will display the same result. This may work for you

    #access li a {
    text-transform: capitalize;
    }

    Thank you!

    #23554
    joseamorenoh
    Participant

    Hello everyone,
    the solution gave the support team worked well for the main menu , but does not work for sub elements. How do I can solve it? Thank You.

    #23558

    Hi joseamorenoh,
    Try this below CSS
    `#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: uppercase;
    }`

    Thank you!

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