Can you add this in future update? I don't know where to put this snippet. Could you do this for me?
Also can you add 1) Card view? Like one product card per row? like the first screenshot. This type of functionaly available already when you select 1 product per row. https://prnt.sc/p16bf9Z2HbeD 2) Also improve the List view with only Picture, Title, review and add to cart like 2nd picture. as you can see this is available in the product list element > https://prnt.sc/47zwoolDTI8s
You may add next css to your child-theme/style.css or open Theme Settings -> Theme Custom CSS -> Global CSS Regards
Please, submit another request because it will be better for others clients to see main message of request and title rather than looking for comments like these ones. Create the title which will be understandable for all clients Ex: Improve Elementor Product Grid/Product List widgets. Bad title example: Please, help me ! Regards, Jack Richardson
Posted a new one
This code is not working
Hello @Kazi Sabit, Thanks for the information ! As you know we implement first most-voted requests so we should wait untill your request will become more popular among others Thanks for understanding ! P.S. for this time I will give you a CSS snippet which will get your question solved (https://gyazo.com/be43ab91ad202d404d002282fe45d640) ` .filter-wrap .view-switcher { display: flex !important; margin-left: 5px; background: transparent; } .view-switcher>[class*=switch] { margin: 0; } .view-switcher>[class*=switch]~div:before { display: none; } .main-products-loop .products-list .product .product-image-wrapper { width: 35% !important; float: left; margin-bottom: 0; margin-right: 0; } .main-products-loop .products-list .product .product-details { width: auto; float: none; width: 65%; padding-left: 15px; vertical-align: middle; display: table-cell; padding-right: 15px; } ` Regards, Jack Richardson