Home Forums WoodMart support forum single product tabs and description

single product tabs and description

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

    vt
    Participant

    hello
    i am trying to add more tabs https://prnt.sc/9wZhQzyDi0fg and change the way the typography is in the extra information but there seems no option

    #645669

    Hello,

    Navigate to Theme Settings > Single product > Tabs and add the additional tabs.

    Also, Go to products > Edit Product > On the edit product page, check the Product Settings > Tabs tab and create a custom tab for each product separately, and add the content: https://ibb.co/z53zhnm

    For additional information content, Please add the below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS. change the values as per your requirements.

    .single-product .shop_attributes tr {
        justify-content: left !important;
    }
    
    .single-product .shop_attributes td {
        text-align: left !important;
    }
    
    .single-product .shop_attributes {
        --wd-attr-v-gap: 15px; /* Adjust vertical gap */
        --wd-attr-h-gap: 20px; /* Adjust horizontal gap */
    }
    
    .single-product .shop_attributes tr {
        gap: 5px 55px !important; /* Adjust row spacing */
        padding-bottom: 10px !important;
        margin-bottom: 20px !important;
    }

    Best Regards,

    #645682

    vt
    Participant

    that will work thx is it possible to remove the reviews tab https://prnt.sc/-6SS0P9D3OdS

    #645821

    Hello,

    You can remove the Reviews tab by disabling product reviews in WooCommerce.

    Navigate to WooCommerce > Settings > Products > Uncheck the option “Enable product reviews”

    This will automatically remove the Reviews tab from the product page.

    If you have any questions feel free to contact us.

    Best Regards,

    #647168

    vt
    Participant

    okay that works thx

    #647435

    Hello,

    You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘single product tabs and description’ is closed to new replies.