Home Forums WoodMart support forum Hide products at frequently bought together. Reply To: Hide products at frequently bought together.

#552032

Luke Nielsen
Keymaster

Hello,

Try to use the code below to hide products from FBT. Define it in Theme Settings -> Custom CSS.

.single-product .elementor-widget-wd_single_product_fbt_products .wd-products {
    display: none;
}

Then clear the “Form width” field: https://prnt.sc/qTtS668eKQS0, then check how it looks.

As for the buttons, there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope.

Kind Regards