Cart Message Pops up - how to remove

  • James Jackson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
3 months 3 weeks 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?
Attachments:

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

More
3 months 3 weeks ago #163243 by Mr. Dam
Replied by Mr. 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
3 months 3 weeks 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: Mr. Dam