Home › Forums › WoodMart support forum › Class .woocommerce-info .notifications-sticky › Reply To: Class .woocommerce-info .notifications-sticky
September 13, 2019 at 11:22 am
#143734
mikewordpress
Participant
.notifications-sticky div.wpcf7-response-output, .notifications-sticky .mc4wp-alert, .notifications-sticky .woocommerce-error, .notifications-sticky .woocommerce-message, .notifications-sticky .woocommerce-info, .notifications-sticky .yith_ywraq_add_item_product_message {
position: fixed;
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
margin: 0;
cursor: pointer;
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
-webkit-animation: wd-fadeInUpBig .35s ease .5s both;
animation: wd-fadeInUpBig .35s ease .5s both;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, .mc4wp-error, .mc4wp-notice, .woocommerce-error, .woocommerce-info, .dokan-alert-warning, .dokan-alert-danger, .dokan-alert-info, .dokan-error, .dokan-info {
background-color: #E0B252;
}
div.wpcf7-response-output, .mc4wp-alert, .woocommerce-error, .woocommerce-message, .woocommerce-info, .dokan-alert, .dokan-message, .dokan-info, .dokan-error, .dokan-store-contact .alert-success, .yith_ywraq_add_item_product_message {
position: relative;
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 80px;
padding-left: 65px;
min-height: 60px;
border: none;
color: #FFF;
line-height: 1.3;
}
Here’s the related codes I took from the parent style.css.
I know the Custom CSS menu. What I’m asking is you wouldn’t recommend me to just remove
.woocommerce-error, and .woocommerce-error, and .woocommerce-message, and .woocommerce-info,from the parent theme style.css right? because any future updates will overwrite them.
Or are you just recommending me to remove them from the parent style.css?