Home Forums Pro Themes University Hub Pro How to change font size of title & tagline

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #59830
    iopelonere
    Participant

    I want to increase the font size of title name & tag line please provide solution.

    #60055
    iopelonere
    Participant

    reply earliest..

    #60056
    wensolutions
    Keymaster

    Hello @iopelonere,

    To change the font size of the site title and tagline use below given CSS.

    For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .site-branding .site-title {
        font-size: 32px;
       }
    
    .site-branding .site-description {
        font-size: 16px;
    }

    Here you can change the size as per your requirement.

    Hope this helps.

    Best Regards!!

    #70336
    matador86
    Participant

    Did anyone noticed that after the last updates the font of the letters within emails in the hub became significantly smaller ? Even if I set to ”huge” they are about two sizes smaller than before ! Too bad for me !

    #70351
    wensolutions
    Keymaster

    Hello @matador86,

    We are having difficulty in understanding your query. So please can you provide the screenshot of the section along with the proper explanation so that we can help you further.

    Thank you.

    Best Regards!!

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