Home Forums WoodMart support forum Main navigation text lowercase

Main navigation text lowercase

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110001

    timvanhuik
    Participant

    What is the easiest way changing the Main navigation text in to “lowercase”.

    And can this be done in the future with the new “Advanced Typography” settings?

    #110019

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    We shall consider, however, we do not promise to add the feature in the nearest updates

    Best Regards

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