New Landing How can we help? Atelier Sale labels don't appear on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #278864
    tazacorbin
    Member
    Post count: 29

    Hi there,
    I have noticed that “Sale” label doesn’t appear on mobile. I have been searching in the forum, and I have added this css code:

    .woocommerce .onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge {
    display: block;
    }
    .woocommerce .products .product figure:hover .badge-wrap > span {
    opacity: 1 !important;
    }

    With this code, “Out of stock” label and “New” label appear, but “Sale” label doesn’t appear yet.

    Thank you

    #278873
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    try this code.

    @media only screen and (max-width: 767px){
    .woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge {
        display: block;
    }
    }

    -Rui

    #279191
    tazacorbin
    Member
    Post count: 29

    Thank you very much!

    #279193
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Rui.
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register