• Resolved aeim

    (@aeim)


    we tried everything and the grey border is still there.

    any suggestions?

    thanks in advance.

    ~debbie

Viewing 1 replies (of 1 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hello,

    Try following CSS:

    
    body .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    	border: none;
    }
    body .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    	box-shadow: none;
    }
    

    or shorter

    
    .dgwt-wcas-search-input {
    	border: none!important;
    }
    .dgwt-wcas-search-input:focus {
    	box-shadow: none!important;
    }
    

    If you aren’t familiar with custom CSS, take a look at this video.

    Best
    Damian

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove border from the search form text field?’ is closed to new replies.