Home Forums WoodMart support forum Description

Description

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #103208

    stryker
    Participant

    1) Hi, сan you remove all the tabs with a description that are under the product in your topic?
    I found a button to remove them, but it does not work.
    2) Or you can move them up?

    #103222

    Hello,

    You can hide all the tabs with the CSS. Or if you leave the full product description empty description tab would not appear, disable reviews and all the additional tabs.

    You can put the tabs in the shape of the accordion in the short description. http://prntscr.com/ma5jyk

    Best Regards

    #103231

    stryker
    Participant

    1) Thx, i removed the tabs that I could with the help of the theme settings and there were bands left, how to remove them?

    2) When you turn off the button (screens 2), a new tab appears, which I cannot remove. How to remove it?

    #103257

    Hello,

    Brands are disabled in the Theme Settings > Shop > Brand or by means of CSS

    Details are deactivated when you disable showing the attributes in the product page of by CSS

    Best Regards

    #103264

    stryker
    Participant

    1) I do not understand, where does the brand? I asked how to remove the strip (screen 1).
    2) “Details are deactivated when you disable showing the attributes in the product page of by CSS”
    How to do it? Without code not to remove? Tell me the CSS code, please.

    #103292

    Hello,

    1. Please provide your site URL with the strips which should be removed.

    2. Here is the code to hide all the tabs:

    body .product-tabs-wrapper{
    display:none;
    }

    Add the code to the Theme Settings > Custom CSS

    Best Regards

    #103375

    stryker
    Participant

    Thank you, this CSS solved 2 problems right away and removed the strips.

    #103396

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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