Home Forums WoodMart support forum A couple of issues Reply To: A couple of issues

#202914

Hello,

I viewing the home page and do not see any gray lines https://gyazo.com/332e036065e72b7beac4066578bb6052

Newsletter row has a gray background, you can remove it in the row settings.

The same for the product page, I do not see any lines under review: https://prnt.sc/syeytu

As for these lines: https://prnt.sc/syez3g This is the tab wrapper https://prnt.sc/syezkj I can remove this block with CSS if all your products are without tabs.

Alternatively, I can make the background transparent:

body .product-tabs-wrapper {
	border-color: rgba(129,129,129,.0);
}

Please add this code to the Theme Settings > Custom CSS > Global.

Best Regards