Home Forums WoodMart support forum Percentage discount display – Woo Discount Rules

Percentage discount display – Woo Discount Rules

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #405734

    FrancoMarini
    Participant

    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 3 years, 9 months ago by FrancoMarini.
    Attachments:
    You must be logged in to view attached files.
    #405826

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

    #405843

    FrancoMarini
    Participant

    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.
    #405872

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

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