When I search for product in search bar the font is white

This topic has 8 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Amzy Leel

  • Avatar: pri1234
    pri1234
    Participant
    July 9, 2017 at 14:35

    When I type a product title in the search, when the search automatically populates results my product name for my products doesn’t show because it is white, the price shows fine in red color, but the product title is white. I don’t know if it is a certain color font I need to change. If so, if you could tell me which one to change that would be greatly appreciated, thanks

    7 Answers
    Avatar: amzy
    Amzy Leel
    Participant
    July 10, 2017 at 05:21

    Hello,

    put this css code in,

    8theme options >> styling >> custom css >> global custom css

    .ajax-results ul li a { color: #000; }

    Regards,

    Avatar: pri1234
    pri1234
    Participant
    July 11, 2017 at 01:17

    Unfortunately that code didn’t work, you got anything else? Thank you

    Avatar: amzy
    Amzy Leel
    Participant
    July 11, 2017 at 05:34

    use !important;

    so the final code will be

    .ajax-results ul li a { color: #000 !important; }

    Avatar: pri1234
    pri1234
    Participant
    July 11, 2017 at 13:09

    That worked for the product title, and my sale price is on there, but the original price does not show up next to the sale price, cause that is in white font too. You have anything for that? Thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 11, 2017 at 18:06

    Hello,

    Replace that code by the following

    .top-bar .ajax-results {color: #666667;}
    .top-bar .ajax-results a {color: #1e1e1e !important;}

    Regards

    Avatar: pri1234
    pri1234
    Participant
    July 11, 2017 at 23:14

    Worked perfect, Thank you

    Avatar: amzy
    Amzy Leel
    Participant
    July 12, 2017 at 06:35

    You are welcome.

    if you have any other questions do not hesitate to ask (in a new topic / post)

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.