• Resolved rc777

    (@rc777)


    Hi, I use WooCommerce Storefront and when search results are displayed in mobile view, I cannot see the text. How can I change the font colour to black so that the results display in mobile view?

    You should be able to see the problem here : https://bit.ly/2WWz31X type a search request into the search toolbar e.g. “nike” or “black” and see the problem.

    Would appreciate some help. Thanks.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hola, ingrese a tu link, le doy a la busqueda y veo todo bien, escribo y las letras las veo en negritas. Lo veo bien sin problemas, abajo me aparece las busquedas.

    Thread Starter rc777

    (@rc777)

    The problem is in mobile view not desktop view.

    Yes, I am using my mobile phone (android)

    Thread Starter rc777

    (@rc777)

    The drop down search results in mobile view in Safari or Chrome are in white text on a white background, so you cannot see them.

    How do we change the text to black?

    Yuki K a11n.

    (@yukikatayama)

    Automattic Happiness Engineer

    Hi @rc777,

    I see what you mean. The description and price of the products in the search results are white. You can add this CSS to make it the same color as the site:

    .product-search-results .entry span.description {
        color: #0d8c0b;
    }
    .product-search-results .entry span.price {
        color: #0d8c0b;
    }

    Cheers!

    Thread Starter rc777

    (@rc777)

    Thank you very much @yukikatayama – this works perfectly!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change search results font colour’ is closed to new replies.