This topic has 8 replies, 3 voices, and was last updated 7 years, 6 months ago ago by Amzy Leel
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
Hello,
put this css code in,
8theme options >> styling >> custom css >> global custom css
.ajax-results ul li a { color: #000; }
Regards,
Unfortunately that code didn’t work, you got anything else? Thank you
use !important;
so the final code will be
.ajax-results ul li a { color: #000 !important; }
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
Hello,
Replace that code by the following
.top-bar .ajax-results {color: #666667;}
.top-bar .ajax-results a {color: #1e1e1e !important;}
Regards
Worked perfect, Thank you
You are welcome.
if you have any other questions do not hesitate to ask (in a new topic / post)
You must be logged in to reply to this topic.Log in/Sign up