Cart Message Pops up - how to remove

  • James Jackson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 9 months ago #163236 by James Jackson
Cart Message Pops up - how to remove was created by James Jackson
I am not using the cart feature but a message pops up stating the order has been added to cart before moving to the next step.

How do we remove this message?

Please Log in or Create an account to join the conversation.

More
1 year 9 months ago #163243 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Cart Message Pops up - how to remove
Hi James,
You can disable showing that message part by adding below CSS in Configuration -> Tab: Custom CSS
#msgDiv
{
display:none !important;
}

Thanks
Dam

Please Log in or Create an account to join the conversation.

  • James Jackson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 9 months ago #163259 by James Jackson
Replied by James Jackson on topic Cart Message Pops up - how to remove
Done - Thank You

Please Log in or Create an account to join the conversation.

Moderators: Dang Thuc Dam