Hi there,
I checked the site, and it seems you have two products groups with the same selector. Please, try the following selectors instead:
Navigation Selector
.et_pb_section_3 nav.woocommerce-pagination
Next Selector
.et_pb_section_3 nav.woocommerce-pagination a.next
Item Selector
li.product
Content Selector
.et_pb_section_3 ul.products
These should select the products from the shop section, excluding the favorite.
Keep in mind that these selectors might not work in different pages if the products aren’t located inside the section with the class .et_pb_section_3.
We remain at your disposal.
-
This reply was modified 2 years, 2 months ago by Facundo Arano. Reason: Fixed item selector