Kadence
Topbar Search Placeholder Text CSS Virtue and Pinnacle
To adjust the placeholder text’s font within your topbar search, add this CSS to Theme Options> Advanced Settings:
[css]#topbar-search input[type=text] {
color: #42c0c6;
font-size: 16px;
}
#topbar-search input[type=text] ::-webkit-input-placeholder {
color: #42c0c6;
font-size: 16px;
}
#topbar-search input[type=text] ::-moz-placeholder {
color: #42c0c6;
font-size: 16px;
}
#topbar-search input[type=text] :-ms-input-placeholder{
color: #42c0c6;
font-size: 16px;
}[/css]
Add custom font properties to the CSS as needed.
Topbar Search Placeholder Default:
Topbar Search Placeholder Custom:
Filed under
Pinnacle
Was this page helpful?
Thanks for the feedback!

