Home Forums WoodMart support forum Change product previous price color

Change product previous price color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #336271

    blissguy
    Participant

    Am trying to change the color of the products original price (the one in grey when a product is on sale) using the css below. On dekstop, everything is the way i want it but when i check on my mobile device(real device), the strikethrough line is still grey.

    Below is the CSS am using

    /*Product original price*/
    del .amount {
        color: #E30425;
        text-decoration: #E30425 line-through !important;
    }
    Attachments:
    You must be logged in to view attached files.
    #336297

    Hello,

    I see the same color on both desktop and mobile view: https://gyazo.com/61323959565167694c8dd24f65be44e8

    Please advise how I can reproduce the problem.

    Best Regards

    #336385

    blissguy
    Participant

    I just checked on an android device and it looks okay but on my iphone, the strikethrough line is still grey. I have cleared my cache and tried different browsers but still

    #336487

    Hello,

    Please remove your custom, it is not correct.

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down. In your case you need to choose “old price” https://prnt.sc/21dpkmn Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #336488

    blissguy
    Participant

    Thanks that worked

    #336544

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Change product previous price color’ is closed to new replies.