• Good evening,

    I would like to get to finish the cart is that the counting bubble is higher than the basket. see how is now: https://www.madicontrol.com/wp-content/uploads/2021/09/cestasubirburbuja.png

    Is anyway to high that up??

    This is my code for the basket:

    #wrap .wcmenucart-cart-icon .wcmenucart-count {
    border: 0;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-bottom: 10px;
    background: #EEB601;
    color: #000;
    }

    #wrap .bag-style:hover .wcmenucart-cart-icon .wcmenucart-count {
    background: #F1F1F1;
    color: #000;
    }

    #wrap .wcmenucart-cart-icon .wcmenucart-count:after {
    background: url(‘https://madicontrol.com/tienda/wp-content/uploads/2021/09/shopping-cart-5.svg’);
    background-size: cover;
    background-position: center center;
    border: 0;
    width: 47px;
    height: 47px;
    border-radius: 0;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    }

    #wrap .bag-style:hover .wcmenucart-cart-icon .wcmenucart-count:after, .show-cart .wcmenucart-cart-icon .wcmenucart-count:after {
    height: 47px;
    }

    Thanks in advance!! 🙂

Viendo 1 respuesta (de un total de 1)
Viendo 1 respuesta (de un total de 1)
  • El debate ‘BASKET COUNT NUMBER’ está cerrado a nuevas respuestas.