When a customer's search turns up no results, I think there used to be a message that would say something like "there are no results for your search" or something similar. I recently updated, and now when a search turns up no results, it just comes up blank. How can I fix this?
CSS. The text is there "Sorry, no products matched your search.", you just have dirty brown text on a dirty brown background so you can't see it. Change one or other and all will be revealed
Peter
Professional ecommerce web hosting services Shared hosting Windows & Linux | Dedicated servers | Domains | SSL Ecommerce Templates specialists since 2003 https://servelink.com
Aha! Thank you Peter. But can you tell me which CSS to change? Background has to stay, so it's got to be the text that changes. I've looked through the CSS changes for product search, but could not find the one that would change that particular line.
That's correct, but that'll get overwritten by updaters, so safer to stick this:
div.nosearchresults { color: #fff; }
anywhere in css/styles.css.
Peter
Professional ecommerce web hosting services Shared hosting Windows & Linux | Dedicated servers | Domains | SSL Ecommerce Templates specialists since 2003 https://servelink.com