• ldkeast

    (@ldkeast)


    My customer is seeing scary security warnings on his https pages. Example: https://www.healthyhomeair.net/contact-us/

    I’ve narrowed the culprit down to a single call:

    <link rel='stylesheet' id='google_fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A700%2C400%2C600&ver=3.7.1' type='text/css' media='all' />

    If I could find where this was coming from, I could change the http to https — but I cannot find the specific line ANYWHERE.

    Can anyone help?

    Thanks,
    Linda

Viewing 1 replies (of 1 total)
  • jtyarks

    (@jtyarks)

    Hi Linda,

    While I’m not familiar with the site’s theme, it looks like the Open Sans stylesheet is being enqueued with the rest of the theme’s CSS, so you should check functions.php or other files included within functions.php

    Once you find the URL, you should be able to safely change it from “http” to “https,” however I suggest contacting the developer and asking them to update their code as other people will experience the same issue when delivering content over SSL.

    (Oh, and be sure to make a back-up of whatever file(s) you need to edit just in case something goes awry.)

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘link to google fonts creates security warnings under https’ is closed to new replies.