top-search-form

2 replies · opened Jun 12, 2021

KKabirHussainJun 12, 2021

How to change font-family, font size and font color of "top-search-form: placeholder" text?

SSemicolon WebSTAFFJun 12, 2021

Hello,

Please consider using this CSS Code:
[ch_pre type="css"].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;
}[/ch_pre]

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

KKabirHussainJun 12, 2021

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