Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Text for No Search Results
Author « Topic »  

mring
Advanced Member

263 Posts

Pre-sales questions only
(More Details...)

Posted - 02/21/2020 :  15:15:56  
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?

Thanks,
Melissa

insight
ECT Moderator

USA
4476 Posts

Posted - 02/21/2020 :  21:11:00  
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

mring
Advanced Member

263 Posts

Pre-sales questions only
(More Details...)

Posted - 02/22/2020 :  06:10:35  
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.

Steved
Ecommerce Template Guru

United Kingdom
1022 Posts

Pre-sales questions only
(More Details...)

Posted - 02/22/2020 :  07:30:14  
Hi Melissa,

In your ectcart.css file find this around line 1588

div.nosearchresults, div.noproducts {
font-size: 18px;
color: #333;
padding: 40px 0;
text-align: center;
clear: both;
}

change color to whatever you want
eg color:#fff for white

Steve

insight
ECT Moderator

USA
4476 Posts

Posted - 02/22/2020 :  08:43:35  
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

mring
Advanced Member

263 Posts

Pre-sales questions only
(More Details...)

Posted - 02/22/2020 :  10:05:37  
Thank you both!!!

  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000