Home Forums WoodMart support forum Menu lower case

Menu lower case

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

    mitcheos
    Participant

    Hi, how do i make the menu lower case with a capital first letter.

    For example.

    HOME SHOP > Home Shop

    Thanks
    Mitch

    #144517

    Hello,

    To make the menu lowercase with a capital first letter. Please insert the below css in Theme Settings >> CUSTOM CSS >> Global Custom CSS

    .woodmart-navigation .item-level-0>a {
        text-transform: capitalize;
    }

    Best Regards.

    #145408

    mitcheos
    Participant

    Brilliant thank you!

    #145438

    Most Welcome!.. & Sound’s Really Great!.. :-)

    Feel Free to write back if you need further assistance, I’ll be more than happy to help you out.

    Have a Fantastic Day.

    Topic Closed.
    Best Regards.

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

The topic ‘Menu lower case’ is closed to new replies.