This topic has 4 replies, 2 voices, and was last updated 2 years, 10 months ago ago by Olga Barlow
There is a separating line added before and after variant selection. How to remove that.?
https://prnt.sc/26e6fu0
Hello,
Seems that it comes from your custom CSS. Provide us with WP Dashboard access with the admin permissions to allow us to check the custom CSS area. The current use that you provided does not have such access.
Regards
Please try again with same details
Hello,
Yes, issue was caused by your custom https://prnt.sc/26etv6i
I replaced
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
with
table:not(.variations) td, table:not(.variations) th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
Check now.
Regards
The issue related to '‘Lines in variant selection after last update’' has been successfully resolved, and the topic is now closed for further responses