How to increase the size of the image of the product list and of the variant title?

image (1)
image (2)

Hi @Muhammad_Talha_Khan

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.