Home Forums WoodMart support forum Product Widget – old price

Product Widget – old price

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #657137

    piotrburchart
    Participant

    Hi,

    How to change the old price in the Product Widget?
    I created an advanced text rule (as shown in the picture), but it doesn’t work for widgets.

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #657189

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below for help:

    .product_list_widget .price del .amount {
        color: #333;
    }
    
    .product_list_widget .price del {
        color: #333;
    }

    Define it in Theme Settings -> Custom CSS. Clear the cache and recheck the issue.

    Kind Regards

    #657222

    piotrburchart
    Participant

    Perfect. Thanks again. Please close this ticket.

    #657248

    Luke Nielsen
    Keymaster

    Hello,

    We are glad to hear that the provided solution worked for you. If you have any more questions or need further assistance in the future, feel free to reach out.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Product Widget – old price’ is closed to new replies.