To enlarge the image size in the product list please see this thread: https://community2.funnelish.com/t/change-image-size-on-that-product-list/4473/2
To enlarge the variant title, copy the following code:
.product-list .pl-variants .pl-variant-name {
font-size: 70px; /* Enlarged font size */
font-weight: bold; /* Optionally make it bold */
}
Paste it under Custom Codes > CSS


