Hi, there is a line missing the border of the item description tab.
Also, how can I remove the title of the description tabs as currently the title shows twice (as the tab name and below).
Hey DROR,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
div.product .woocommerce-tabs ul.tabs li {
margin-right: 0;
}
.yikes-custom-woo-tab-title {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria. It removed the title only from the custom tab, not from the description tab.
Hi bakbek,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
display: none;
}
But there can be an issue with this if there is another h2 in the description tab.
If you need further assistance please let us know.
Best regards,
Victoria