Home Forums WoodMart support forum Product Category Page Title > change size for mobile devices

Product Category Page Title > change size for mobile devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #635212

    AOM
    Participant

    Hello Woodmart team, how can I customize the font size of the product category page title for mobile devices?

    On my screenshot you can see that some of the titles are very long and then the whole menu or header is destroyed. How can I either
    – change the font size for mobile?
    – or insert a code for hyphenation?

    Thank you!

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

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    .woodmart-archive-shop .wd-page-title .title {
          font-size: 25px !important;
         hyphens:auto !important
        }

    This will reduce the font size on mobile devices and allow long words to break properly to prevent layout issues.

    Best Regards.

    #635288

    AOM
    Participant

    Hello, thank you very much for your fast response.

    Just to be sure, there is no solution to adjust the font size for the mobile view, via the theme settings?

    Thanks & best regards

    #635328

    Hello,

    In the Theme Settings, you can change the only font size in this situation, You can adjust the font settings by navigating to Theme Settings > Typography > Advanced Typography, and creating a new rule for the “Page title” item.

    For detailed instructions, please refer to the documentation:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    If you want to change the font size only on mobile devices, Try to Use Theme Presets to apply conditions for mobile devices:

    Go to Theme Presets and select the “Is mobile” condition. https://ibb.co/yR89vmL

    Then go to the Theme Setting of this preset and apply the typography settings.

    Check our article about theme presets – https://xtemos.com/docs-topic/theme-settings-presets/

    Best Regards,

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