donforello Posted January 6, 2021 Share Posted January 6, 2021 Dear Community, I have integrated a summary block on my product pages to show product recommendation below a given product. Though the problem is that the summary block shows besides the other products I have, the product of the given product page as well.. is there a way to remove/hide the product from the summary block? Thanks Link to comment
tuanphan Posted January 7, 2021 Share Posted January 7, 2021 Can you share link to page where you use summary block? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Glyn67 Posted February 12, 2021 Share Posted February 12, 2021 Any chance this can be achieved with CSS? You can see the problem here: https://www.celebrationsballoons.uk/products/p/228243-double-trouble-its-twins-18-foil-balloon Link to comment
derricksrandomviews Posted February 12, 2021 Share Posted February 12, 2021 You would need to id the summary block. This code is being used but it does leave an empty space where the active block is, this code will not move any items around. #block-yui_3_17_2_1_1594082530518_15247 .summary-item:nth-child(1) { display: none; } #block-yui_3_17_2_1_1594082530518_15247 .sqs-active-slide { display:none!important; } I I think your blocks id is #block-0101bad94bb45a8ba6d4 Link to comment
Glyn67 Posted February 13, 2021 Share Posted February 13, 2021 That's great thanks, but I have about 1000 items on the site and to produce code for every one would be too time consuming. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.