Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Remove border on mobile product tab

$
0
0

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


Viewing all articles
Browse latest Browse all 59525

Trending Articles