Home Forums Pro Themes Flat Commerce Pro Email address too large of text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35682
    jjambeck
    Participant

    When I type in an email address that is hyperlinked, the text is very large on a computer screen. See here: http://internationalmarinedebrisconference.org/index.php/technical-sessions/
    Again, on a mobile view it is fine – it gets smaller. But on the computer version, the email text is much larger than the surrounding text, which looks strange.
    Can you help resolve this?
    Thank you!

    #35731
    wensolutions
    Keymaster

    Hello @jjambeck,

    To manage the font size of the email address paste below given CSS in Admin Panel > Appearance > Customize > Additional CSS .

    .page a[href^=mailto] {
        font-size: 16px;
    }

    Hope this helps.

    Best Regards!!

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