1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Theme customizer not changing header font? Any ideas?

Discussion in 'Free Divi Community Forum' started by sabi, Aug 17, 2020.

  1. sabi

    sabi New Member

    I don't seem to be able to change the font on my headers, I change the font but something is overriding it - any ideas how I can find out why?
     
    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom footer designs for you to choose from:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try to disable / clear Static CSS File Cache & see if it works: WP Admin > Divi > Theme Options > Builder > Advanced > Static CSS File Generation
     
  3. ofranzen

    ofranzen New Member

    I have the same issue. Clearing or disabling static CSS did not help. When inspecting the generated code, I cannot see the fonts I changed to although they are saved in the editor. What else can I try?
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade rolling text design for your Divi site without using any plugins:View Demo
  4. Danny123

    Danny123 New Member

    Use CSS code. *{ font-family: "Times New Roman", Times, serif;} just change the name of your font. Add this CSS code to custom CSS . I hope it will help. If not please try something like this *{ font-family: "Times New Roman", Times, serif !important;}. Remember * - that's mean everything will change to the font chosen by you.
     
  5. ofranzen

    ofranzen New Member

    Thank you for a quick reply. Adding "!important" to the additional CSS entries did the trick for several changes I tried but that got no effect. Do you perhaps have a guess as to what is broken as this is needed for many, but not all, additional CSS? Thanks again.
     
    1. PRO MEMBER PERKS Divi Powerful Child Theme - Power up your Divi sites with tons of new functionalities & premade elements:Learn More
  6. Danny123

    Danny123 New Member

    Can you give me the link to your website? so I can check it. Maybe I will be able to help after checking your website