Hello, just noticed that you have dublicate css code in style.css, line 146 – 171:
.woocommerce-info,
.alert-info,
.info,
.info {
background-color: #d9edf7;
border-color: #bce8f1;
}
.woocommerce-info:before,
.alert-info:before,
.info:before,
.info:before {
content: "\f129";
}
.woocommerce-warning,
.alert-warning,
.warning,
.warning {
background-color: #fcf8e3;
border-color: #faebcc;
}
.woocommerce-warning:before,
.alert-warning:before,
.warning:before,
.warning:before {
content: "\f12a";
}
-> .info, .info:before, .warning, .warning:before are each listed twice.
Would be nice if you would correct it in the new update.
Thank you.
And the whole block from line 63 comes again in line 11503, just with some more css in it. Why dont you summarize both into one?
.woocommerce-message,
.alert-success,
.success,
.woocommerce-error,
.alert-error,
.error,
.woocommerce-info,
.alert-info,
.info,
.woocommerce-warning,
.alert-warning,
.warning