Home Forums WoodMart support forum How to add border in product layout Reply To: How to add border in product layout

#73187

Hello,

Please add this code to the Theme settings >custom CSS:

.searchform ::-webkit-input-placeholder { color:  #212121!important; }
.searchform :-ms-input-placeholder { color:  #FF00AE!important;  }
.searchform ::-ms-input-placeholder { color:  #212121!important;  }
.searchform ::placeholder { color:  #212121!important;  }

Best Regards