Home Forums WoodMart support forum Black lines that comes with variations Reply To: Black lines that comes with variations

#152303

Hello,

Those black lines coming from two different options:

First is “After “Add to cart button” text area” and “Before “Add to cart button” text area” from Theme Settings >> PRODUCT PAGE. I removed those lines and save the changes.

Second from the single product page from the Product Short Description area. You can check from the below screenshot: https://jmp.sh/DcQ8Fy8

It seems you define a table in those text areas and did not fill the values inside it.
So you have to edit your those specific products one by one and remove those lines from product short description area.

OR

If you want to remove those lines at once then use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS, I have tested this code and it works just fine.

pre#mouseposition-extension-element-coordinate-display{
display:none;
}
#mouseposition-extension-element-rect-display pre{
display:none;
}

Best Regards.