1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, 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

Solved Header tag H1, H2, H3 font size + CSS problem

Discussion in 'Free Divi Community Forum' started by MaryJ, Jul 11, 2020.

  1. MaryJ

    MaryJ New Member

    Hallo, I need to set different header H1, H2, H3. font size for desktop, tablet and smartphone devices.
    I was looking for a plugin but didn't find any plugin to do that.

    I tried with custom css in Divi > Theme customizer: it works for H1, H2, H3 but the main css doesn't work anymore (the background color of the page disappears, etc.) don't understand why. So I had to delete che custom css.

    This is the code I've used in Divi > Theme customizer:

    @media all and (min-width: 1405px) {
    h1 {
    font-size: 42px!important;
    }

    @media all and (min-width: 1100px) and (max-width: 1405px) {
    .et_pb_text_0 h1 {
    font-size: 42px!important;
    }

    @media all and (max-width: 980px) {
    .et_pb_text_0 h1 {
    font-size: 36px!important;
    }

    and so on, for all different screen resolutions.

    Thank you for your help.
    Mary
     
    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Tons of elegant premade sidebar styles to choose from for your Divi site:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    You're missing the closing bracket for each media queries.

    For example:
    Code:
    Log In or Sign Up to view this code.
    Should be this instead:
    Code:
    Log In or Sign Up to view this code.
     
  3. MaryJ

    MaryJ New Member


    Thank you very very much for your help: problem solved, everything works fine.
     
    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom header designs for you to choose from:View Demo