Home Forums WoodMart support forum Editing search widget

Editing search widget

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

    Bagget.net
    Participant

    Hello, is it possible to change search widget border width and hover border width?

    #472263

    Hello,

    You can do that with custom CSS. Please provide the page URL and more details on how you want to change that, if you need our help.

    Best Regards

    #472339

    Bagget.net
    Participant

    Hello,
    i want it to look like (like amazon.com) search widget. when i clicked i want thick hover border.

    #472804

    Hello,

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

    .wd-header-search-form .searchform input[type=text]:focus {
        box-shadow: 0 0 0 2px var(--wd-form-brd-color-focus);
    }

    Best Regards

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