Home Forums WoodMart support forum Additional Tab Content

Additional Tab Content

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #301136

    mht24
    Participant

    Hi Xtemos,

    I would like to add more tab on product tab in single page product. I read the documentation by using HTML code. Actually i don’t how to use HTML code and where to put it in the product page.

    Would you mind to assist me step by step.

    #301147

    Hello,

    WoodMart suggests two additional tabs for the product page:

    Global – shows one and the same content for all the products. You can enable it in the Theme S-+j]ettings > Product page > tabs. Create HTML block, build your content there and insert the /shortcode in the content of the tab as shown: https://xtemos.com/docs/woodmart/html-blocks-2/#shipment_delivery

    Local – individual for each product, here is the same: you create HTML block and insert in the product page: https://xtemos.com/docs/woodmart/product-page-options/#local_settings

    If you have any questions please feel free to contact us.

    Best Regards

    #301155

    mht24
    Participant

    Hi,
    i made few tabs options, Product Description-Feature & Benefit-Technical Specification-Video-Download.
    Let say, i want to apply the technical specification tab to all product categories.As you went, use Global. I applied your method. But how to edit the content in Global as each product got different technical specification content? can you advise me the solution..

    #301208

    Hello,

    If each product has a different specification, you need to create HTML block for each product and set this tab in each product. https://xtemos.com/docs/woodmart/product-page-options/#local_settings

    Best Regards

    #301234

    mht24
    Participant

    Ok. By the way, how can I increase the font size of the product tab name?

    For example Description |

    And how to remove the REVIEW tab or replace it with another tab? Please assist.

    #301358

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .tabs-layout-tabs .tabs li a {
        font-size: 20px;
    }

    Change the size as per your needs.

    You can disable review but not replace the tab. The review tab is disabled in the Woocommerce > Settings > Product.

    Best Regards

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