Home Forums WoodMart support forum how to change search product border color

how to change search product border color

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

    mohamed
    Participant

    hi

    how to change search product border-color

    https://gyazo.com/287bf09b938f281164de7fa3ec0d2437

    #226528

    Hello,

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

    .whb-column .woodmart-search-form input[type=text] {
            border: 2px solid red;
    }

    Set the color as per your needs.

    Best Regards

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