K
KabirHussainJun 12, 2021
How to change font-family, font size and font color of "top-search-form: placeholder" text?
How to change font-family, font size and font color of "top-search-form: placeholder" text?
Hello,
Please consider using this CSS Code:
.top-search-form input::-moz-placeholder {
color: #555;
opacity: 1;
text-transform: uppercase;
}
.top-search-form input:-ms-input-placeholder {
color: #555;
text-transform: uppercase;
}
.top-search-form input::-webkit-input-placeholder {
color: #555;
text-transform: uppercase;
}Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Thank you!
It is working perfectly.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard