Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #805233

    Hey guys,

    Hope this isn’t too noobie, but here goes.

    I’m trying to control the css of the woocommerce message. I’ve tried many variations of …

    #top div.woocommerce-message {
        border-color: red!important;
        background-color: red!important;
        color: white!important;
    }

    …but nothing seems to affect it? What am I doing wrong?

    #805515

    Hey Itai,

    Can you post a link to your page? where we can this message, so we can take a closer look.

    Best regards,
    Nikko

    #805565

    Hey Nikko

    You would have to make an order, go to the cart page and remove an item from your cart. When you remove an item the message will appear on the top of the page in a green box…

    https://heaven11audio.com/shop/

    Cheers,

    #805981

    Hi,

    This is the CSS which is currently being applied:

    div.woocommerce-message {
        border-color: #8BAF5B;
        background-color: #E0F1B5;
        color: #4F5F39;
    }

    So it seems like you have the correct selector, where are you placing the CSS? You could try it in Quick CSS if you haven’t put it there already.

    Best regards,
    Rikard

    #806050

    Hi Rikard,

    Yes, that’s where I placed it, in the quick CSS. It doesn’t have any effect on the cart message…

    #806281

    now it works… :-/
    Guess it was my cache.

    Never mind !

    cheers,

    i

    #806304

    Hi,

    Glad that Rikard helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.