Home Forums WoodMart support forum Search bar height

Search bar height

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

    raneez
    Participant

    Hello,
    Is there anyway to reduce the height of the search bar in the header?

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

    Hello,

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

    body .searchform input[type="text"] {
        height: 36px;
    }

    Best Regards

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