Home Forums WoodMart support forum entities font size

entities font size

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #69182

    GeorgiK
    Participant

    Hello,

    When trying to customize the theme I noticed that there is no option to set the font size of ‘Entities name’? Can you help me somehow customize it?

    Kind regards,
    Georgi

    #69198

    Hello,

    This option covers a lot of titles on the web-site, you can set the font-family, however it is not possible to set one size for all.

    Please provide the page URL and specify which title do you want to change so that we could give your custom CSS.

    Best Regards

    #69231

    GeorgiK
    Participant

    Hi Elise,

    The goal was to change all product titles on the product page to a smaller size just like in this demo.

    Kind regards

    #69234

    Hello,

    Try this code:

    .product_title {
    font-size: 20px;
    }

    Set the font size as per your needs and add this code to the Theme Settings > Custom CSS.

    Best Regards

    #69596

    GeorgiK
    Participant

    Hello,

    Unfortunately, the code didn’t work.

    Regards

    #69639

    Hello,

    The issue has been fixed. I have replaced the selector http://prntscr.com/kbwbgk It works now.

    Best Regards

    #69718

    GeorgiK
    Participant

    Thank you so much. The best support ever.

    #69742

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘entities font size’ is closed to new replies.