Home Forums WoodMart support forum Product page extra tab

Product page extra tab

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #275604

    hsalima
    Participant

    1
    I would like to add an extra tab on the product page.
    (not the shipping and delivery).
    How can i do this?

    2
    Also: extra content and extra tab on product page, doesn’t show up.
    Please see image attached.

    Thank you

    The option

    Attachments:
    You must be logged in to view attached files.
    #275610

    hsalima
    Participant

    Please ignore, already solved.

    One other question:

    Additional information tab (product page) was hidden through CSS:

    li.additional_information_tab {
    display: none !important;
    }

    But it still appears on mobile.
    So you recommend any solution (without php coding)?

    Thank you

    #275666

    Hello,

    We are glad that you managed to solve the issue yourself. You are Great!!!

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    a.woodmart-accordion-title.tab-title-additional_information {
        display: none;
    }

    Best Regards.

    #275893

    ChairmanPromotions
    Participant

    Hi. I am also trying to remove the additional information and the description. I tried the codes above but then the actual description text shows up MENS PJ BOTTOM stays. I have attached a screenshot of what it looks like with the code above. If I apply that code the heading is removed but the MENS PJ BOTTOM stays. Any advice?

    Attachments:
    You must be logged in to view attached files.
    #275928

    Hello,


    @ChairmanPromotions
    Please create a new topic and provide me with the URL of the product to check it myself and help you out accordingly.

    Best Regards

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