Monday
Jan092012
Customize Search Fields and Text
Example: Customize the Search field size and text style for search pages and widgets.
/* To Customize Search Pages */
.search-form .queryField {height: 2.0em !important;color: #ff0000 !important;font-weight: bold;}
/* To Customize Sidebar Search Widgets */
.search-form-pt .queryField {height: 2.0em !important;color: #0000ff !important;font-weight: bold;}
Difficulty
Advanced


