Okay
  Public Ticket #1395181
banner colours
Closed

Comments

  •  1
    decomputerarchitect started the conversation

    Hi! All banners in Woocommerce are in different colours (e.g. added to cart, r your cart is empty, or accept terms & conditions, the quantitiy of products is red, etc. I'd like all the messagebanners in one colour. Do you have a css code for that? Thanks!

  • [deleted] replied

    Hi there,

    Can you please add the code below to your Custom CSS area:

    .woocommerce .woocommerce-message, .woocommerce .woocommerce-success {
        background-color: #e2333a !important;
        border-color: #e2333a !important;
        color: #fff !important;
    }

    Have a great weekend!

  •  1
    decomputerarchitect replied

    Thanks Illy, some banners are still in another color though. (on checkout page e.g., when forgetting to agree on terms, there's a red banner). And also the quantity in shoppingcart is still red?

  • [deleted] replied

    Hi there,

    That's because that is a warning banner, the green ones banners appear for successful actions.

    Anyway, you can add the code below to your Custom CSS area:

    .woocommerce .woocommerce-error {
        background-color: #e2333a !important;
        border-color: #e2333a !important;
    }
    .quantity input[type=button] {
        background: green !important;
    }
    .quantity input.qty {
        background: #059805 !important;
    }

    Have a great weekend!

  •  1
    decomputerarchitect replied

    Ah okay. Great, thanks Illy!

  • [deleted] replied

    You're welcome

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great week!