Home Forums WoodMart support forum Reduce Height of Search box

Reduce Height of Search box

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

    plytep
    Participant

    Dear Wood mart support.

    Please advise.
    I would like to reduce the height of search box as in the picture attached.

    Thank you.
    Best regards,
    Plytep

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

    Hello,

    Please add this code to Theme Settings > Custom CSS:

    .searchform input[type=text] {
        font-size: 15px;
        padding-right: 50px;
        height: 30px;
    }

    Change the height value as per your needs.

    Best Regards

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