Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1389178

    breepear
    Participant

    How do I change the BG color and outline color of the banner that appears when a user has added an item to a the cart? The “continue shopping link is also misaligned.

    ““_____” has been added to your cart. Continue shopping”

    #1389236

    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1398507

    breepear
    Participant
    This reply has been marked as private.
    #1398549

    breepear
    Participant

    Is there actually a way to completely remove that message?

    #1398765

    Christopher
    Moderator

    Hi there,

    To change its style, please add following code:

    .x-alert-info, .buddypress #message.info, .bbp-template-notice.info {
        border-color: #000;
        color: #fff;
        background-color: red;
    }

    To remove it, add following code:

    .woocommerce-message.x-alert.x-alert-info.x-alert-block {
        display: none;
    }

    Hope it helps.

    #1401103

    breepear
    Participant

    For some reason, that style change won’t work. I’d also like to style the message that appear when you click “proceed to checkout”.

    #1401475

    Friech
    Moderator

    Hi There,

    I am not seeing those banners anymore? Please clarify, It looks like you change e-commerce plugin to shopify. And the credentials (wp-admin) you provided above does not work.

    Thanks.