Okay
  Public Ticket #1300448
Shape of Badges in Mobile Version
Closed

Comments

  •  1
    redkay11 started the conversation

    Hi,

    The badges of (featured, and out of stock) appear as a square in the mobile version rather than a circle. Is this normal? I would prefer if it is a circle as in the normal desktop version.

    Thanks,

    Redwan

  • [deleted] replied

    Hi Redwan,

    Yes that is how we have designed the badge to be. To make it circle on mobile too you can add this CSS code on your Custom CSS area:

    @media screen and (max-width: 768px) {
        .woocommerce .onsale {
            border-radius: 50% !important;
        }
    }

  •  1
    redkay11 replied

    Thanks.

  • [deleted] replied

    Your’e welcome Redwan

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab. A huge thank you from Laborator in advance!

  •  1
    redkay11 replied

    Sure.

  • [deleted] replied

    Hi Redwan,

    Thank you

    Have a great day!

    Will set this ticket as solved from here.