Added to Cart bar colour - by boobeeboo - on WordPress WooCommerce support

This topic has 8 replies, 2 voices, and was last updated 3 years, 10 months ago ago by boobeeboo

  • Avatar: boobeeboo
    boobeeboo
    Participant
    May 13, 2020 at 12:26

    Hello,

    Currently the added to cart bar colour is an olive green. How can I change it to the colour I want? Thanks~

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 13, 2020 at 12:46

    Hello,

    Here is custom CSS code

    .et-notify[data-type=success] {
        background: #88b643;
    }

    Regards

    Avatar: boobeeboo
    boobeeboo
    Participant
    June 17, 2020 at 07:28

    Hi Rose

    Sorry for the late reply.

    I added this in the child css but it’s still the same. In addition, I noticed some of the products have that notification bar and some products are just added directly to the cart.

    Could all items be uniform in the adding to cart? I noticed it’s an issue when I have the gift-wrap option. Those with the notification bar (albeit still the wrong colour), will be able to compute the additional gift-wrap cost.

    Those without, cannot compute the gift-wrap cost. Not sure if it’s related or unrelated.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 17, 2020 at 12:54

    Hello,

    Change the previous code to:

    .sticky-message-on .content-page .woocommerce-message {
        background: #88b643 !important;
    }

    Mentioned products have different types (variable and simple). Ajax add to cart can’t be enabled for variable products, so you can just disable it for simple products via Theme Options.

    Regards

    Avatar: boobeeboo
    boobeeboo
    Participant
    June 18, 2020 at 04:10

    Hi Rose, thanks, I’ve disabled the Ajax add to cart.

    But the color is the wrong despite using this new code.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 18, 2020 at 07:03

    Hi,

    Where exactly the code was added? I do not see it via browser console.
    Please provide correct temporary wp-admin access http://prntscr.com/t1ui5n , so we can take a closer look.

    Regards

    Avatar: boobeeboo
    boobeeboo
    Participant
    June 18, 2020 at 07:36

    I removed the code as it wasn’t working. I’ve provided the access in my previous post thanks

    Avatar: boobeeboo
    boobeeboo
    Participant
    June 18, 2020 at 07:38

    Ok, I know the problem. I added it in the theme editor css file. I have to add it at the theme options of the xstore builder instead. This is done thank you dear.

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Added to Cart bar colour’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.