Percentage discount display – Woo Discount Rules
-
Hello,
I have also tried to contact the plugin support, but I would like to find out if it is a theme problem.
I am looking for a plugin to manage discounts on the site, and with this plugin, the percentage is displayed in a very ugly way, as you can see from the attached screenshot.
Can this be fixed in any way?
Do you possibly have a plugin to recommend to me, complete with rules, that interacts well with your theme?
-
This topic was modified 2 years, 10 months ago by
FrancoMarini.
Attachments:
You must be
logged in to view attached files.
Hello,
Please enable the plugin so that we can see the percentage on the website.
And see if we can add Custom CSS to change the appearance.
Best Regards
Hi
ok i enabled the plugin
consider also the all places where percentage are displayed like in these screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
span.onsale {
background-color: green;
color: white;
padding: 15px;
font-size: 16px;
font-weight: bold;
}
Best Regards