New Landing How can we help? Cardinal Badgets "Sale" and "New" hidden behind cart, wishlist and quickview icons

Viewing 11 posts - 16 through 26 (of 26 total)
  • Posted in: Cardinal
  • #108929
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    @media only screen and (min-width: 1200px) { 
    .woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge {
      display: none;
    }
    }

    – Kyle

    #109243
    torb
    Member
    Post count: 317

    I am afraid it is no change…

    #109439
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry, it should be:

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

    – Kyle

    #109589
    torb
    Member
    Post count: 317

    Hm, still not working….

    #109593
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding !important

    – Kyle

    #109601
    torb
    Member
    Post count: 317

    Still not working….. and hiding them is only a workaround for the badges (badgets?) using the same screen area as the cart, wishlist and quickview icons, I did not want to hide them in the first place ๐Ÿ™‚

    But still not working.

    #109607
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok try this instead:

    .woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge {
      left: -31px!important;
      right: auto;
      transform: rotate(-45deg);
    }

    – Kyle

    #109740
    torb
    Member
    Post count: 317
    This reply has been marked as private.
    #109755
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one to move the quickview icons to the left.

    
    .product-type-standard .product .cart-overlay {
    left: 0!important;
    right: inherit!important;
    }

    -Rui

    #109756
    torb
    Member
    Post count: 317

    Thanks for the easy solution ๐Ÿ™‚

    #109784
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Rui

    – Kyle

Viewing 11 posts - 16 through 26 (of 26 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