Home Forums WoodMart support forum Hide variations in the tab product view

Hide variations in the tab product view

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

    Crk3
    Participant

    I need to hide the variarions of weight for the “aditional information” tab. In all products.
    Thanks

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

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

    .tabs-layout-tabs .tabs li.additional_information_tab {
        display: none;
    }

    Best Regards

    #489447

    Crk3
    Participant

    Hello again.
    It works but only in desktop view. When I reduce the width window the tab appears again.
    I proved to copy the code in “Custom CSS for mobile” and the others modes, but didn’t change.
    Thanks

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please use this code in the Global Custom CSS area. If not working for mobile then share the wp login details of your site i will check and give you a possible solution.

    Best Regards.

    #489728

    Crk3
    Participant

    Ok

    #489793

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add following code in Theme Settings >> Custom CSS >> Custom CSS for mobile:

    .wd-accordion-title.wd-opener-pos-right.tab-title-additional_information {
        display: none !important;
    }

    Best Regards.

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