Home Forums WoodMart support forum Capital letters

Capital letters

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

    stryker
    Participant

    Hi, how do I change capital letters in the menu?

    #101166

    Hello,

    You need to change the Primary color to change the color of the price filter http://prntscr.com/m5fnf1

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

    body .widget-title {
        text-transform: none;
    }

    Best Regards

    #101281

    stryker
    Participant

    Thx, works with widgets.
    How to fix the menu and categories?

    #101314

    Hello,

    Add this code:

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

    Best Regards

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