Home Forums WoodMart support forum How do i delete the confirmation messages after transactions??

How do i delete the confirmation messages after transactions??

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32162

    saltyham
    Participant

    Id like to delete the bar that comes up on on the bottom for shipping,purchases and other things. How can i delete this all together or if i cant do that how can i change the colors?

    #32181

    Artem Temos
    Keymaster

    Hello,

    Could you please provide us some screenshot so we can understand what exactly you would like to hide?

    Thank you

    #32409

    saltyham
    Participant

    Iv attched a photo. At the bottom if i add something to card it pops up to say youve added to your cart or for example in the picture everytime someone goes to checkout the greeen bar pops up and says shipping matches.. How do i get rid of that? and if i wanted too how do i change the color?

    Attachments:
    You must be logged in to view attached files.
    #32447

    Artem Temos
    Keymaster

    Hi,

    You can hide all messages on your website using the following CSS code. Add it to the Custom CSS section in Theme Settings

    .woocommerce-message {
    	display: none!important;
    }

    to change the color, use this code

    .woocommerce-message {
    	background-color: #f62886;
    }

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)