Home Forums WoodMart support forum How to modify the product title size?

How to modify the product title size?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #623027

    gzlongjuanfengkj
    Participant

    How to modify the product title size? I want the title size of the computer version to be different from the product title of the mobile product page. Now the product title of the mobile product page is too large. The following code I wrote separately does not work. How to modify it? The current product page title size is
    .product_title {
    font-size: 24px;

    }
    Mobile product page product title code

    @media
    (max-width: 576px) {
    .product_title {
    font-size: 18px;
    }
    }
    Is it like this? But why is it not effective? How to modify it?

    #623107

    Luke Nielsen
    Keymaster

    Hello,

    Navigate to Theme Settings -> Typography -> Advanced -> create such a rule and define the size for each device – https://prnt.sc/AysDTI20SgRD

    Kind Regards

    #623134

    gzlongjuanfengkj
    Participant

    It is not the product title of the grid page, but the mobile version of the product title font of the product details page is too large. Can it be set to a different size from the computer version? Now if you want to change the product title size, you have to change it all. You can’t set different sizes for the computer version and the mobile version.

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

    Luke Nielsen
    Keymaster

    Hello,

    Then use another rule like shown here – https://prnt.sc/gQoEq15w9uQZ it will change the product title in the product page.

    Kind Regards

    #623489

    gzlongjuanfengkj
    Participant

    Hello, why is the left side of the checkout page messed up? How to fix it?

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

    gzlongjuanfengkj
    Participant

    I have another question, why did Tawk.to Live Chat suddenly not show up? It was working before today, but it is not working today. The code is still on the website. I don’t know why. Can you help fix it?

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

    Luke Nielsen
    Keymaster

    Hello,

    On my side it works well – https://prnt.sc/TZrw8LpsLudm

    If you have any questions, let me know.

    Kind Regards

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