• Resolved legalmartin

    (@legalmartin)


    Hello,

    Css “border-radius” does not seem to work with the input field of Advanced Woo Search.

    Regards,

    Martin

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,
    Please try to use styles below

    .aws-container .aws-search-field {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }
    
    .aws-container .aws-search-form .aws-form-btn {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    Thread Starter legalmartin

    (@legalmartin)

    Works nice and sweet. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Border-radius’ is closed to new replies.