Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #959941

    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 =/

    #960002

    Hey brand_zero,

    Add this to quick css:

    #searchform input#s{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #960043

    Great! Is it also possible to remove the date in the search results?

    #960411

    Hi,

    Add this to quick css to remove the dates:

    .search time{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.