• Resolved maplesnmore

    (@maplesnmore)


    Can you make the badge bigger? The sold out badge gets lost in the picture. Using the free version. Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    please try use following CSS code and let us know.

    .yith-wcbm-css-badge-5625 {
        width: 80px;
        height: 80px;
    }
    
    .yith-wcbm-css-badge-5625 div.yith-wcbm-css-s2 {
        bottom: 8px;
    }
    
    .yith-wcbm-css-badge-5625 div.yith-wcbm-css-text {
        font-size: 13px;
        left: 0px;
    }
    Thread Starter maplesnmore

    (@maplesnmore)

    Worked great. I had to add some code to make it work. The badge wasn’t lined up with the corner. Here is the code I used.

    .home ul.products li.product img {
    width: 100%;
    }
    .yith-wcbm-css-badge-5625 {
    width: 80px;
    height: 80px;
    }

    .yith-wcbm-css-badge-5625 div.yith-wcbm-css-s2 {
    bottom: 1px;
    }

    .yith-wcbm-css-badge-5625 div.yith-wcbm-css-text {
    font-size: 13px;
    left: 1px;
    top: 18px;
    }

    Plugin Author YITHEMES

    (@yithemes)

    Thanks for your feedback, really appreciate!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Badge size’ is closed to new replies.