Home › Forums › Basel support forum › Basel theme – Search field placeholder color › Reply To: Basel theme – Search field placeholder color
May 10, 2021 at 8:01 am
#291162
Elise Noromit
Member
Hello,
Please replace the code with this one:
.mobile-nav .searchform input[type=text]::-webkit-input-placeholder {
color: pink;
}
.mobile-nav .searchform input[type=text]::-moz-placeholder {
color: pink;
}
.mobile-nav .searchform input[type=text]:-ms-input-placeholder {
color: pink;
}
.mobile-nav .searchform input[type=text]:-moz-placeholder {
color: pink;
}
Best Regards