Viewing 8 posts - 1 through 8 (of 8 total)
  • #94733
    Shanty
    Member
    Post count: 48

    Hello i would like to act on the style of the “price cut” on catalog and product page.

    For now it’s grey and striked. I want i it Bold (and maybe in pink color as well)

    Can you provide me the Css code please?

    See attachement

    Attachments:
    You must be logged in to view attached files.
    #94737
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
      color: pink;
      font-weight: bold;
    }

    – Kyle

    #94739
    Shanty
    Member
    Post count: 48

    Hello and thank you for your fast aswer!

    It’s working on the Catalog page but not on the product page

    Can we also change de size of it? if i want to make it bigger

    Millions Thanks

    #94741
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please provide me with your link to the product page. For the size change the upper css above to:

    .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
      color: pink;
      font-weight: bold;
      font-size: 0.8em;
    }

    – Kyle

    #94743
    Shanty
    Member
    Post count: 48
    This reply has been marked as private.
    #94746
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .woocommerce #content div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce-page #content div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page div.product span.price del {
      color: pink;
      font-size: 0.8em;
      font-weight: bold;
    }

    – Kyle

    #94749
    Shanty
    Member
    Post count: 48

    WORKING LIKE A CHARM !!

    GREAT SUPPORT !!!

    ** HUGE THANKS **

    #94751
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register