• Resolved auboostdeal

    (@auboostdeal)


    Hi everyone,

    1) The default color of slashed price is set with opacity, therefore when I picked black color for the slashed price it appeared as grey in color. How can I override this opacity setting?

    2) And how to decrease space between slashed price and sales price?

    Screenshot:
    https://i.ibb.co/gtJF8vd/2.jpg

    Thank you for any suggestion

    • This topic was modified 3 years, 1 month ago by auboostdeal.
    • This topic was modified 3 years, 1 month ago by auboostdeal.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @auboostdeal,

    Thanks for contacting Leap13 support!

    Well, regarding the first pricing issue, I can see that color option was overridden by WooCommerce plugin, so could you please copy/paste below custom CSS to widget settings > Advanced tab > Custom CSS and let me know if it did the trick?

    .woocommerce ul.products li.product .price del {
        opacity: 1 !important;
    }

    On the other hand, regarding decreased space between slashed price and sales price, could you please copy/paste below custom CSS to widget settings > Advanced tab > Custom CSS and let me know if it did the trick?

    ul.products li.product .price ins {
        margin-left: 0 !important;
    }

    Regards

    Plugin Author Leap13

    (@leap13)

    Hi @auboostdeal

    We didn’t hear back from you. So, please let me know if you need further assistance on the above.

    Regarding the slashed price. I’ve addressed this to our devs team and it was fixed and a new version of Premium Addons will be released within a couple of hours. Once you update the version, you can remove the first code snippet above from your website.

    Have a great day!

    Thread Starter auboostdeal

    (@auboostdeal)

    Hi Leap,
    Both codes work! Thanks so much.

    Hi @auboostdeal,

    Great, I’m so glad that everything is working just fine with you now.

    If you have any farther questions, please don’t hesitate to feed me back anytime
    It would be great if you could please do us a BIG favor by rating Premium Addons for Elementor on our WordPress page.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable opacity of original price , and decrease space between 2 prices’ is closed to new replies.