Home Forums WoodMart support forum Product data tabs styling Reply To: Product data tabs styling

#436574

Hello,

1- This line is by default added for the Tabs, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.nav-link-text.wd-tabs-title:after {
    display: none !important;
}

2- Using the Theme’s layout builder to create a Custom Product layout, you can have the Add to Wishlist and Compare buttons to add: https://snipboard.io/xsIWgN.jpg

3- As you know the default layout of the Product comes from WooCommerce and isn’t directly editable with the Page Builder plugins like Elementor or WPBakery. So, you can use the Theme’s layout builder to create a custom Single Product layout and in that, you can have your own layout. Here is the guide to that: https://xtemos.com/docs-topic/single-product-page-builder/

Best Regards