Okay
  Public Ticket #3161181
styling the message of empty cart popup
Closed

Comments

  •  12
    MeesterGijs started the conversation

    Hello there,

    How can I change the styling here, so that it looks like this?

    I thought this would work, but it doesn't stick...

    .sleek .woocart{background-color: #88deb4;}
    .woocommerce-mini-cart__empty-message{background: #fff}

    Thank you again and again,

    Gijs

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    .woocart.active { background:#ffffff; } .mooc .vbpcart.active:after, .sleek .vbpcart.active:after { bottom: -7px; }

  •  12
    MeesterGijs replied

    Perfecto!

    And how can I lower font weight of this string SUBTOTAAL?

    7926951380.png


  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    p.woocommerce-mini-cart__total.total strong {
        font-weight:400;
    }


  •  12
    MeesterGijs replied

    Perfect :)

    ~closing~