Hello. Based upon what I’ve read in this thread it appears it is ok to update WooCommerce so long as you have not made major modifications to the theme. However, I have added a few lines of css that I would like to make sure won’t affect our theme after upgrading WooCommerce. They are…
table td {
border-top: 0!important;
}
table {
border-bottom: 0!important;
}
.spb_accordion .ui-state-active, .spb_accordion .ui-state-default {
background: #dddddd!important;
}
Can you confirm that it is ok to upgrade with those basic lines of css added to the child theme please?
Thank you!