New Landing How can we help? Cardinal Remove Reviews Tab – Product Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #159235
    serieux
    Member
    Post count: 112

    Hi,

    I would like to remove the reviews tab on the product page.

    I tried using this CSS:
    #product-accordion .panel:last-child {
    display: none;
    }

    But unfortunately, i have another tab (size guide) which goes under the reviews tab which becomes the last tab and that gets removed, which means that the reviews tab stays.

    Can you provide me with a custom CSS to remove the reviews tab specifically.

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #159246
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #product-accordion .panel:nth-child(2){
    display:none !important;
    }

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register