• Resolved aniapiwo

    (@aniapiwo)


    I found instructions on how to change the look of the search box on the plugin page, but I do not know where to change the appearance of the “sale” mark in the pop-up list of results?

    best regards,
    Ania PiWo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    So if you are talking about styling changes for this “sale” mark then just use custom css for it. The default css for sale badge looks like this:

    .aws-search-result .aws_onsale {
        background: #77a464 none repeat scroll 0 0;
        color: #fff;
        display: block;
        float: right;
        height: 20px;
        padding-top: 2px;
        position: relative;
        right: -25px;
        text-align: center;
        top: 3px;
        transform: rotate(45deg);
        width: 77px;
    }

    You can customize it as you want.

    Or use some third-party labels plugins like Advanced Woo Labels that has built-in integration.

    Regards

    Thread Starter aniapiwo

    (@aniapiwo)

    this is exactly what I was looking for, thank you!

    best regards,
    Ania PiWo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Sale” badge customization’ is closed to new replies.