Replies: 0
I would like to remove the border around the product tab which appears on a mobile
tried few things in CSS but makes no difference
@media screen and (max-width: 719px)
.woocommerce div.product .woocommerce-tabs{
border: 0px solid var(–global-gray-400);
margin-bottom: 2em;
}
any suggestions would be much appreciated