Title: How can I change the theme to support https?
Last modified: August 31, 2016

---

# How can I change the theme to support https?

 *  Resolved [4lcapwned](https://wordpress.org/support/users/4lcapwned/)
 * (@4lcapwned)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-can-i-change-the-theme-to-support-https/)
 * Hi,
 * I migrated my blog to https, and changed every content to https too.
    The only
   mixed content warnings I still get are google fonts imports that are done via
   http. But I can’t find where i can change these to https. Can anyone give me 
   a tip?
 * Thanks,
    Michael

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [nexxai](https://wordpress.org/support/users/nexxai/)
 * (@nexxai)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-can-i-change-the-theme-to-support-https/#post-7036014)
 * I just went through the same thing as you. The offending file is wp-content/themes/
   smartadapt/inc/classes/theme-options-class.php lines 663-708. Where they say “
   [http://fonts.googleapis.com&#8230](http://fonts.googleapis.com&#8230);.”, remove
   the “http:” part leaving just “//fonts.googleapis.com”. This will tell the browser
   to use the same URI as the page was served in (http for http connections, https
   for https connections).
 * I don’t know how to submit this as a change, but if someone wants to let the 
   developer know, it would be appreciated.
 *  Thread Starter [4lcapwned](https://wordpress.org/support/users/4lcapwned/)
 * (@4lcapwned)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-can-i-change-the-theme-to-support-https/#post-7036015)
 * Thank you! Thats exactly what i was searching for!
 * Would be great if the developer could implement this.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How can I change the theme to support https?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/smartadapt/2.0.1/screenshot.png)
 * SmartAdapt
 * [Support Threads](https://wordpress.org/support/theme/smartadapt/)
 * [Active Topics](https://wordpress.org/support/theme/smartadapt/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/smartadapt/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/smartadapt/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [mixed content warning](https://wordpress.org/support/topic-tag/mixed-content-warning/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 2 replies
 * 2 participants
 * Last reply from: [4lcapwned](https://wordpress.org/support/users/4lcapwned/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/how-can-i-change-the-theme-to-support-https/#post-7036015)
 * Status: resolved