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

    (@mihail-barinov)

    Hello,

    Please use following styles

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

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Delete border width & other’ is closed to new replies.