Title: Different heading font when using https
Last modified: April 23, 2019

---

# Different heading font when using https

 *  Resolved [raymondkersten](https://wordpress.org/support/users/raymondkersten/)
 * (@raymondkersten)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/)
 * When I view my site on https it looks like the heading font is not correctly 
   displayed:
    [https://www.moedenijver.nl/nieuws/](https://www.moedenijver.nl/nieuws/)
 * The correct font is being displayed when using http:
    [http://www.moedenijver.nl/nieuws/](http://www.moedenijver.nl/nieuws/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdifferent-heading-font-when-using-https%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11457049)
 * Hello, [@raymondkersten](https://wordpress.org/support/users/raymondkersten/)!
 * You should try to fix the mixed-content errors, it may solve the problem you 
   have.
 * Check out some plugins, for example:
    [SSL Insecure Content Fixer](https://wordpress.org/plugins/ssl-insecure-content-fixer/#description)
   or [Really Simple SSL](https://wordpress.org/plugins/really-simple-ssl/)
 * Regards
 *  Thread Starter [raymondkersten](https://wordpress.org/support/users/raymondkersten/)
 * (@raymondkersten)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11457932)
 * [@themevision](https://wordpress.org/support/users/themevision/),
 * Thanks from the prompt reply & support, the first plugin already resolved my 
   issue.
    -  This reply was modified 7 years ago by [raymondkersten](https://wordpress.org/support/users/raymondkersten/).
 *  [asnofanta](https://wordpress.org/support/users/asnofanta/)
 * (@asnofanta)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11507251)
 * guys, im sorry i know this isnt the right topic, i should ask in [https://wordpress.org/support/topic/differents-image-header/](https://wordpress.org/support/topic/differents-image-header/)
   but its closed and i need help, why when i use the code
 * .page-id-8 #agama-header-image{
    content:url(“[https://www.niagarafallsstatepark.com/~/media/parks/niagara-falls/homepage/banner-niagara2.jpg&#8221](https://www.niagarafallsstatepark.com/~/media/parks/niagara-falls/homepage/banner-niagara2.jpg&#8221););}
 * it works but not in edge nor internet explorer just chrome and firefox
 * thanks
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11507550)
 * Hello,@asnofanta!
 * Maybe you should try the solutions described in the next article:
    [css-content image workaround for edge and internet explorer](https://stackoverflow.com/questions/46509079/css-content-image-workaround-for-edge-and-internet-explorer)
 * Regards
 *  [asnofanta](https://wordpress.org/support/users/asnofanta/)
 * (@asnofanta)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11510866)
 * hello [@themevision](https://wordpress.org/support/users/themevision/), i tried
   to use the solution but it didnt work, it actually added the second picture after
   the regular header, so now it has 2 picture 🙁
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11512347)
 * Hello, [@asnofanta](https://wordpress.org/support/users/asnofanta/)!
 * Then you need to remove one code… 🙂
 * Can you give me an address to your website?
 * Regards
 *  [asnofanta](https://wordpress.org/support/users/asnofanta/)
 * (@asnofanta)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11515263)
 * Hello [@themevision](https://wordpress.org/support/users/themevision/), thanks
   for your follow up, the page is [http://www.espiralaespora.org/?page_id=1518/#jc](http://www.espiralaespora.org/?page_id=1518/#jc),
   it has the :after and because of that has 2 picture, if i remove the :after it
   will give the regular header in ms iexplorer but in chrome and firefox shows 
   the right header
 * thanks a lot for ur help [@themevision](https://wordpress.org/support/users/themevision/)
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11517156)
 * Hello,@asnofanta!
 * The next code should work for you (Insert it instead of the old one):
 *     ```
         .page-id-1518 #agama-header-image
       {
       background-image:url('../wp-content/uploads/2019/04/jovenes-creativos-2010-9.jpg');
           height:500px;
           background-position:left;
           background-repeat: no-repeat;
           background-size: contain;
       }
       ```
   
 * [https://prnt.sc/nmsb8n](https://prnt.sc/nmsb8n)
    [https://prnt.sc/nmsbh7](https://prnt.sc/nmsbh7)
 * Regards
 *  [asnofanta](https://wordpress.org/support/users/asnofanta/)
 * (@asnofanta)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11518395)
 * i did it but now its not showing on iexplorer and firefox either
 * [https://prnt.sc/nmvzq3](https://prnt.sc/nmvzq3)
 *  [asnofanta](https://wordpress.org/support/users/asnofanta/)
 * (@asnofanta)
 * [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11519681)
 * [https://prnt.sc/nn2g47](https://prnt.sc/nn2g47)

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

The topic ‘Different heading font when using https’ is closed to new replies.

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

 * 10 replies
 * 3 participants
 * Last reply from: [asnofanta](https://wordpress.org/support/users/asnofanta/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/different-heading-font-when-using-https/#post-11519681)
 * Status: resolved