Hi All,
Anyone knows a way to only change the font color in the search bar?
Unfortunately my client wants their menu items in white but the bg of the searchbar is also white so it fades away =/
Hey brand_zero,
Add this to quick css:
#searchform input#s{
color:#000!important;
}
Best regards,
Jordan Shannon
Great! Is it also possible to remove the date in the search results?
Hi,
Add this to quick css to remove the dates:
.search time{
display:none!important;
}
Best regards,
Jordan Shannon