Home Forums WoodMart support forum Custom brand link / Space below product

Custom brand link / Space below product

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #164034

    ex501
    Participant

    Hello,
    I have two questions:

    1st: Is it possible somehow to custom-link one brand in the brand carousel?
    I’ve tried to do it via server but it’s not possible to redirect link http://nameofmysite.com/shop/?filter_brend=nameofbrand
    I would like to redirect this specific brand to another external website.

    2nd: How can we remove space below product on single product page if we don’t want to use tabs at all? Check screenshot: https://c2n.me/45b8KEF
    I’ve tried with CSS but it’s ignoring the display none rule :S

    #164055

    Hello,

    1) Sorry there is no such option to use custom link in the brand carousel. It requires customizations to redirect this specific brand to another external website. This is beyond our limitations and out of our scope.

    2) If you want to remove the tabs you do not need to use CSS code, In order to remove Description of some products, just leave the long description empty and this tab would not appear. There are no other option by Woocommerce.

    To hide the reviews tab you need to disable reviews in Woocommerce > Settings > Product Tab > Inventory.

    Best Regards.

    #164057

    ex501
    Participant

    Actually products tab wrapper still stays there even though you disable all what you wrote.
    However I managed to hide it finally with correct css

    .product-tabs-wrapper {
    display: none !important;
    }

    #164093

    Hello,

    I’m glad that you hide it with your custom CSS code.
    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Custom brand link / Space below product’ is closed to new replies.