Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #252851
    luislema
    Participant

    Hello, I need to show the tagline on mobile devices and the code posted on this post works, but I can’t change its size and font. This code is not working:

    .site-identity {
        display: inline-block !important;
        font-size: 55px !important;
        font-family: Segoe Print !important;
    }

    How can I customize the tagline font and size?

    Thanks.

    Luis

    #252907
    Skandha
    Participant

    @luislema: Hello Luis,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #252937
    luislema
    Participant

    I am just starting to build the site:

    https://themagicalhook.com/

    I need to customize this text “Amigurumi and more”.

    Thanks.

    Luis

    #252999
    Skandha
    Participant

    @luislema: Hello Luis,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-description {
        font-size: 20px;
    }

    You can change the size according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #253067
    luislema
    Participant

    Hi Skandha, that worked! Now I would like to change the font family like this:

    .site-description {
        font-size: 30px;
        font-family: Segoe Print;
    }

    On the computer it shows Segoe print, but on mobile it doesn’t. How can I make it show on mobile?

    Thanks.

    Luis

    #253153
    Skandha
    Participant

    @luislema: Hello Luis,
    The theme only supports Google Fonts. If you really need the font I suggest you to hire a customizer.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Unable to update tagline size and font on mobile devices’ is closed to new replies.