Viewing 2 replies - 1 through 2 (of 2 total)
  • You could try adding the following code to your theme’s CSS file. This will hide the text, and not completely remove it.

    #yith-s::-webkit-input-placeholder {
       opacity: 0;
    }
    
    #yith-s:-moz-placeholder { /* Firefox 18- */
       opacity: 0;
    }
    
    #yith-s::-moz-placeholder {  /* Firefox 19+ */
       opacity: 0;
    }
    
    #yith-s:-ms-input-placeholder {
       opacity: 0;
    }
    Thread Starter yinnas

    (@yinnas)

    Thanks, it works !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove the "search for products" text from the search bar’ is closed to new replies.