Home › Forums › WoodMart support forum › How to add border in product layout › Reply To: How to add border in product layout
August 18, 2018 at 3:34 pm
#73187
Elise Noromit
Member
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