Tagged: x
-
AuthorPosts
-
February 28, 2017 at 1:14 pm #1389178
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”
February 28, 2017 at 2:49 pm #1389236Thanks 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.
March 7, 2017 at 7:08 pm #1398507This reply has been marked as private.March 7, 2017 at 7:49 pm #1398549Is there actually a way to completely remove that message?
March 8, 2017 at 2:12 am #1398765Hi 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.
March 9, 2017 at 3:58 pm #1401103For some reason, that style change won’t work. I’d also like to style the message that appear when you click “proceed to checkout”.
March 9, 2017 at 10:17 pm #1401475Hi 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.
-
AuthorPosts