Home Forums Pro Themes Busyness Pro Title font size smaller than H2

Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #139845
    serena
    Participant

    Hi,
    The “title” for the title section on the home page is smaller than the H2 font just below it. How can I fix. Please see screenshot.

    Title smaller than H2 font

    #139850
    wensolutions
    Keymaster

    Hello,

    Regarding your query, can you please provide us with your site URL so that we can help you with precise fix.

    Regards.

    #140048
    serena
    Participant

    My site is not live yet, so i cannot share the url however, here are two screenshots

    screen shot showing font size discrepancy - title is below the icon block, but smaller font size than H2 in next block below

    title is below the icon block, but smaller font size than H2 in next block below. how do i make this either h1 or h2 or at least make title size match h2?

    #140051
    serena
    Participant

    In case the two screen shots didn’t appear here are the links

    https://prnt.sc/vvvkue

    https://prnt.sc/vvvkfm

    #140067
    Gokarna Kathayat
    Keymaster

    Hello,

    Small Font size for Post title and Large Font size for Section Title. So it looks different.
    If you want the same font size for both titles, we provide Custom CSS.

    For Section font size
    .section-title {
    font-size: 30px;
    }

    For Section Post Font size

    .entry-title {
    font-size: 30px;
    }

    Add above CSS code to following path Admin Panel > Appearance > Customize > Additional CSS. These codes make the same font size – which you need. If you want a different font size you can increase or decrease the font-size value. These codes apply the whole homepage title font size.

    Hope this will help you. If you have any further queries or any confusion, let us know.

    Regards.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.