Home › Forums › WoodMart support forum › Requesting update for default functionality of WooCommerce messages › Reply To: Requesting update for default functionality of WooCommerce messages
March 2, 2019 at 12:53 pm
#110575
Artem Temos
Keymaster
Hello,
Add the following code snippet to the Custom CSS section as a workaround, we didn’t add the option in the last update
#yith-wcwl-popup-message, .mc4wp-alert, .woocommerce-error, .woocommerce-info, .woocommerce-message, .yith_ywraq_add_item_product_message, div.wpcf7-response-output {
position: relative!important;
top: auto!important;
bottom: auto!important;
left: auto!important;
right: auto!important;
width: 100%!important;
max-width: 100%!important;
-ms-flex-preferred-size: 100%!important;
flex-basis: 100%!important;
padding-right: 30px!important;
z-index: auto!important;
cursor: default!important;
transform: none!important;
-webkit-transform: none!important;
animation: none!important;
-webkit-animation: none!important;
margin-top: 15px!important;
margin-bottom: 15px!important;
}
#yith-wcwl-popup-message:after, .mc4wp-alert:after, .woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after, .yith_ywraq_add_item_product_message:after, div.wpcf7-response-output:after {
content: none!important;
}
Regards