New Landing How can we help? Themeforest Theme Support Dante Product page Accordion additional info – review counter – review button

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #74125
    Ju
    Member
    Post count: 20

    Hello,
    In the product page (accordion) I would like :

    1) remove #additional-information
    2) remove the review counter (0)
    3) remove “Add review” button

    Can you help me with a custom CSS or code in function.php ? I use the child theme for the future update.

    #74162
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Of course, add this custom css:

    #product-accordion .panel:nth-child(2) {
      display: none;
    }
    .reviews-text {
      display: none;
    }
    .woocommerce #reviews .add_review {
      display: none;
    }

    Hope this helps ๐Ÿ™‚

    – Kyle

    #74172
    Ju
    Member
    Post count: 20

    1) and 3) it’s perfect!
    But i still have the review counter (0)

    #74179
    Ju
    Member
    Post count: 20
    This reply has been marked as private.
    #74186
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add this custom css
    .panel-heading{display:none}

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #74191
    Ju
    Member
    Post count: 20

    It’s not possible to remove (0) without remove The reviews?

    #74192
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its possible but you need to customize in php code .
    Thanks

    #74197
    Ju
    Member
    Post count: 20

    I have remove (<?php echo comments_number( '0', '1', '%' ); ?>) in swift-framework/sf-woocommerce.php line 318 it works!

    Thanks Kyle & Mohammad

    #74198
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    We are glad that you managed to resolve the issue .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

Viewing 9 posts - 1 through 9 (of 9 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