• Resolved clama96

    (@clama96)


    HI, is there any way to change the bar appearance? I would like have a border radius

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Sure. For border radius I can use following styles

    .aws-container .aws-show-clear .aws-search-field {
        border-top-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
    }
    
    .aws-container .aws-search-form .aws-form-btn {
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
    }

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Search Bar appearance’ is closed to new replies.