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

    (@damian-gora)

    Hi,

    Here is solution:

    
    .dgwt-wcas-search-input::placeholder {
      font-style: normal!important;
    }
    
    .dgwt-wcas-search-input::-webkit-input-placeholder {
      font-style: normal!important;
    }
    
    .dgwt-wcas-search-input:-moz-placeholder {
      font-style: normal!important;
    }
    
    .dgwt-wcas-search-input::-moz-placeholder {
      font-style: normal!important;
    }
    
    .dgwt-wcas-search-input:-ms-input-placeholder {
      font-style: normal!important;
    }
    

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

    Best
    Damian

Viewing 1 replies (of 1 total)

The topic ‘Title’ is closed to new replies.