Home Forums WoodMart support forum Custom css to ROUND CORNERS OF SEARCH BAR

Custom css to ROUND CORNERS OF SEARCH BAR

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

    tonyleta
    Participant

    Hello can you provide me the correct custom css code to round the corners of my search bar?

    #191657

    Hello,

    To round the search form please add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-search-form input[type="text"] {
    border-radius: 50px;
    }

    Best Regards.

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