To enlarge the image size in the product list please see this thread: Change image size on that product list - #2 by fathx
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
This post was flagged by the community and is temporarily hidden.