My Store: danlo.in (password: hyur5573)
How can i change the compare price color and background color in predictive search results. *NOT IN/ON PRODUCTS TAB but in predictive searchs.
My Store: danlo.in (password: hyur5573)
How can i change the compare price color and background color in predictive search results. *NOT IN/ON PRODUCTS TAB but in predictive searchs.
Hello @Dan1213
s.price-item.price-item--regular {
color: #fff !important;
background-color: #ee6912;
padding: 2px 4px;
border-radius: 50px;
}
Hi @Dan1213
Try this one,
div#predictive-search-results div.price__sale > span > s.price-item {
color: red !important;
background: white;
padding: 2px;
border-radius: 2px;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!