This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Displaying the product category in the search results

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

#25468
Ernest MarcinkoErnest Marcinko
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”?