Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Displaying the product category in the search results › Reply To: Displaying the product category in the search results
January 24, 2020 at 10:52 am
#25468
Keymaster
Hi,
Sure, that is not a problem, I have changed the custom CSS to this:
.product.price {
color: #333;
font-weight: bold;
}
.product.price del {
color: inherit;
opacity: .5;
display: inline-block;
text-decoration: line-through !important;
font-weight: normal;
}
That should force the strike-through text.
What do you mean by “off-canvas”?