Jonathandavis Posted June 17, 2022 Share Posted June 17, 2022 I am looking for a solution what disable quick view and remove button and also block. Because the thief me the place of review stars. Link to comment Share on other sites More sharing options...
Prestachamps Posted June 17, 2022 Share Posted June 17, 2022 Hi, you can hide the quick view by CSS: .quick-view { display: none; } If you want to hide more items, can you send me the URL of the shop so I can see what CSS rules needs to be applied for this? also can you mention which block you want to remove? Have a nice day, Leo. Link to comment Share on other sites More sharing options...
Jonathandavis Posted June 18, 2022 Author Share Posted June 18, 2022 (edited) Hello Leo, Thank for your reply. But the block for the quick view is also visible. How i can remove them also? Edited June 18, 2022 by Jonathandavis (see edit history) Link to comment Share on other sites More sharing options...
thx2012 Posted January 17, 2023 Share Posted January 17, 2023 On 6/18/2022 at 2:23 PM, Jonathandavis said: Hello Leo, Thank for your reply. But the block for the quick view is also visible. How i can remove them also? Did you find a solution to this? Link to comment Share on other sites More sharing options...
presta.show Posted January 18, 2023 Share Posted January 18, 2023 HI, If you use default theme try belowe css code: .product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after{ display:none; } .highlighted-informations{ display:none; } 1 Link to comment Share on other sites More sharing options...
thx2012 Posted January 20, 2023 Share Posted January 20, 2023 On 1/18/2023 at 7:39 AM, presta.show said: HI, If you use default theme try belowe css code: .product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after{ display:none; } .highlighted-informations{ display:none; } Thank you for your comment.. It's a custom theme and it doesn't work. I'll contact theme author, thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now