How to change font of tagline in mobile

  • Hi there. The font of my tagline seems to default to a basic serif font on mobile and tablet, despite it behaving as desired on desktop. Can anyone let me know how to fix the mobile and desktop versions?

    Sit is here

    The blog I need help with is: (visible only to logged in users)

  • Hi mr10thousand

    Is this still a problem for you?

    Your tagline is displaying with the same font on both my mobile and desktop browsers.

    I see that you have a line of custom CSS that sets the font. Using the !important directive on the CSS rule will always override any other CSS in your theme.

    .site-description {
        padding: 20px 0;
        color: #6fa4ad;
        line-height: 1.4em;
        font-family: helvetica-66 !important;
    }
  • That’s strange. On my iPad and iPhone it doesn’t show with the desktop font

  • The topic ‘How to change font of tagline in mobile’ is closed to new replies.