Please help make the product title bigger

Hi, there.

Could you please help make the size of product title and price tag bigger?

Similar question:

please help make the character size bigger in description box

@mythgreece

Could you provide me with the URL of your store? I can research it thoroughly and provide you with more precise guidance.

Best regards.

Hello @mageplaza-cs

  1. make the size of product title and price tag bigger?
    Go to online store ----> themes ----> actions ----> edit code ----> assets ----> styles.scss.css
    add this code at the end of the file and save.
@media (max-width: 480px) {
.product-block .title, .collection-block .title {
font-size: 16px;
}
.product-block.caption-over-hover .price, {
font-size: 21px !important;
}
}

result

  1. please help make the character size bigger in description box

Go to online store ----> themes ----> actions ----> edit code ----> assets ----> styles.scss.css
add this code at the end of the file and save.

@media (max-width: 480px) {
.ptn-row .product-description-content {
font-size: 15px !important;
}
}

Result

Thanks

here. https://www.mythgreece.com/

Thank you.

Thank you.

Happy to help you…!!!
Please hit the like button also.