Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    Do you mean a round circle over that discount text?

    If yes, please share the page URL to check it.

    Thread Starter freddyee

    (@freddyee)

    No, that round circle was just to point out the message in the screenshot, what I want to get is the message and how to customize the color of the badge, the text color, letter type and else, please.

    • This reply was modified 4 years, 1 month ago by freddyee.
    Thread Starter freddyee

    (@freddyee)

    any help on how to do that banner ?

    Hello,

    Need to inspect it, without that, I’m not sure from where that text is coming. so please share the page URL to check that.

    Thread Starter freddyee

    (@freddyee)

    https://www.runayaq.com
    thats my url, right now I have at the top this banner: “10% de descuento adicional a partir de la 2da prenda” with a plugin, but I want to do it maybe with some code, how could I do it ?

    Abhishek

    (@abhikr781)

    Hello,

    Then you can customize that using the plugin settings.

    or you can try the below CSS code.

    .simple-banner .simple-banner-text {
        padding: 5px 5px;
        font-size: 20px;
        color: #d6d600;
        font-family: 'dashicons';
    }

    PS- change the value in the above code as per need.

    Thread Starter freddyee

    (@freddyee)

    does that code works without the plugin ? because I don’t want to use a plugin, just code to have that banner.

    Abhishek

    (@abhikr781)

    Hello,

    That should work, please try to add the code and check.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Global discount message’ is closed to new replies.