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.
[columns] [span6]
Topbar Search Placeholder Default:
[/span6][span6]
Topbar Search Placeholder Custom:
[/span6][/columns]