Home › Forums › WoodMart support forum › Pre-footer inside product page › Reply To: Pre-footer inside product page
March 18, 2018 at 8:05 pm
#46888

Elise Noromit
Member
Hello,
The line you are talking about is not pre-footer, please have a look at the screen: http://prntscr.com/isyn91
So if you want to remove the line use the following CSS code:
.woodmart-dark .product-tabs-wrapper{
border-bottom-color: rgba(255,255,255,0);
}
Best Regards