Home Forums WoodMart support forum Search form decapitalization

Search form decapitalization

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

    dk1
    Participant

    Hi,

    I want my ‘choose category’ text in search form (presented on the screenshot attached) to be small-lettered, just like this guy https://xtemos.com/forums/topic/change-header-fonts-and-categories-name/ got his menu items.

    Attachments:
    You must be logged in to view attached files.
    #98751

    Hello,

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

    body .search-by-category .input-dropdown-inner>a {
        text-transform: lowercase; 
    }

    Best Regards

    #98833

    dk1
    Participant

    For those reading:

    actual code that worked for me is

    body .search-by-category .input-dropdown-inner>a {
        text-transform: none; 
    }
    #98852

    Hello,

    We are glad you have solved the problem. If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Search form decapitalization’ is closed to new replies.