Home Forums WoodMart support forum Product Title

Product Title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #335216

    mht24
    Participant

    Hi,

    I would like to increase the font size of product name on the single page product for mobile view.

    Can’t find in theme settings.

    Please assist.

    Attachments:
    You must be logged in to view attached files.
    #335269

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body.single-product .product_title {
        font-size: 54px;
    }

    Set the size as per your needs.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)