Home Forums WoodMart support forum Search-Bar Border Radius

Search-Bar Border Radius

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

    Rahmat Anik
    Participant

    Hello, I want to increase my search bar’s border radius.
    I tried these codes at additional CSS but not worked for me.
    1.
    .woodmart-search-form input[type=”text”] {
    border-radius: 50px;
    }

    2.
    input.s.wd-search-inited {
    border-radius: 50px !important;
    }

    These code is work when we change from inspect element, but after putting at additional css, border not changing.
    Please send me the proper code. thanks.

    #318366

    Hello,

    Please replace your Custom CSS with the following then check back.

    .whb-header .searchform input[type="text"] {
        border-radius: 50px;
    }

    Regards.
    Xtemos Studios.

    #318467

    Rahmat Anik
    Participant

    Hello, yes, I forgot to try inline-block. Thank you so much for your help. One question,

    #318479

    Hello,

    We are Glad that your issue has been Resolved.

    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 4 posts - 1 through 4 (of 4 total)

The topic ‘Search-Bar Border Radius’ is closed to new replies.