• Resolved Alex381

    (@aleks381)


    Hello,

    How to change the font size for titles in single pages? The font is too big.

    And also on mobile the words go beyond the screen width when they are long. Can the font size be responsive?

    Kind regards,
    Aleksandar

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Thanks for using our Theme.
    Could you please try the below CSS in the Additional CSS of Theme Customizer?

    @media screen and (max-width: 768px){
    .archive .latest-posts-full .entry-title,
    .archive .content-area .page-title,
    .search-results .content-area .header-title-wrapper .page-title,
    header.entry-header h1.entry-title{
    font-size: 32px;
    }
    }
    @media screen and (max-width: 768px){
    .archive .latest-posts-full .entry-title,
    .archive .content-area .page-title,
    .search-results .content-area .header-title-wrapper .page-title,
    header.entry-header h1.entry-title{
    font-size: 24px;
    }
    }

    Thank you

    Thread Starter Alex381

    (@aleks381)

    Thanks!

    It worked like a charm! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Heading size’ is closed to new replies.