Home Forums WoodMart support forum Text Color Problem (Aizaz Awan only pls)

Text Color Problem (Aizaz Awan only pls)

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

    tekeci
    Participant

    I designed a section as in the screenshot, but the prices seem dark. How can I solve this? In homepage

    #389662

    Hello,

    Sorry but I am unable to see the issue on your website. Please clear cache and check back.

    Screenshot: https://gyazo.com/0a19be737196b3024c575fb3eb4d697d

    Best Regards

    #389711

    tekeci
    Participant

    Thank you for your interest. You see only regular price. If you pay attention on this section (and my screenshot I sent you), I’m talking about sale price.

    #389784

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    span.woocommerce-Price-amount.amount bdi {
    color: white;
    }

    Best Regards

    #389957

    tekeci
    Participant

    Nope. This code isn’t correct. If I add this code, all prices text will be white..

    #390121

    Luke Nielsen
    Keymaster

    Hello,

    With the help of the below code, you can change the color only for the sale prices. Enter it to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .widget-product-wrap ins .woocommerce-Price-amount.amount bdi {
        color: #fff;
    }

    I hope this helps!

    Kind Regards

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