Home Forums WoodMart support forum Search Box

Search Box

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #379986

    tekeci
    Participant

    Hello. We have edited the Search Box with you before, but can we do the same as in the example? (I left the link below)

    We just need to add that:

    1) Delete borders
    2) Background-color: #f5f6f4;
    3) Increase widht and height values

    #380117

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .searchform.wd-with-cat input[type="text"] {
        background-color: #f5f6f4;
        border: none;
        height: 55px;
    }
    

    Best Regards

    #380151

    tekeci
    Participant

    I’m really sorry. I sent you wrong link. You can find correct link below.

    #380223

    Hello,

    The CSS provided in my previous Reply will remove the border and add the background colour.

    To Remove the categories please Edit search from Woodmart >> Header Builder and disable the option to show categories.

    Screenshot: https://gyazo.com/26893e1902a9223ec8950c4e1bc69d21

    Best Regards

    #380259

    tekeci
    Participant

    When I disable the show categories option. Everything goes back to the way it was before.

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

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

    #380443

    tekeci
    Participant

    How can I increase searchbox height, search icon size like example?

    #380515

    Hello,

    Please try adding the following Custom CSS for that.

    .searchform input[type=”text”] {
    height: 60px;
    }

    .searchform .searchsubmit:after{
    font-size: 30px;
    }

    Best Regards

    #380568

    tekeci
    Participant

    The icon got smaller, but I couldn’t make the placeholder text smaller.

    #380716

    Hello,

    Please try adding the following Custom CSS for that.

    .searchform input[type="text"]::placeholder {
        font-size: 12px;
    }

    Best Regards

    #380788

    tekeci
    Participant

    Thank you so much!! Last thing is this problem:

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

    Hello,

    Please try adding the following Custom CSS for that.

    .searchform input[type="text"] {
        padding-left: 50px;
    }

    Best Regards

    #381088

    tekeci
    Participant

    Thank you!

    #381152

    Hello,

    You are Most Welcome.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Search Box’ is closed to new replies.