How to change product title size in prestige theme

@christian_russo , Pls insert this code to your file css :

@media only screen and (max-width: 767px) {
  .product-card .product-card__info .v-stack.justify-items-center.gap-1 {
        display: block !important;
  }
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it asa solution. Thank you :heart_eyes: :heart_eyes: