1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
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 headline (H1) on mobile doesn't show until I scroll

Discussion in 'Free Divi Community Forum' started by davidlieb, Jan 13, 2025.

  1. davidlieb

    davidlieb New Member

    On mobile, the headline doesn't show until I move the page. Strange.. Any ideas?

    before I scroll: after scoll.jpg

    after I scroll : before scoll.jpg
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade before / after image slider for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    I see the issue is with the responsive option for the text module, where you set the text to be different for desktop, tablet & mobile.

    It somehow didn't update properly to the correct text until scroll. It might be a bug in Divi or clashes with cache plugin.

    For a quick fix, I would suggest to just use same text for all devices, by disabling the responsive option.
     
  3. davidlieb

    davidlieb New Member

    Thank you for your thoughts. The problem is that I want the responsive option. The desktop site doesn't look right on mobile. Any ideas on how to fix the issue would be appreciated!
     
    1. PRO MEMBER PERKS Divi Cart Count Plugin - Easily add cart count to your Divi cart icon. 6 different styles to choose from:Learn More
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    For that case, try to go to the Text module settings > Advanced > Custom CSS > Free-Form CSS & add the below:
    Code:
    Log In or Sign Up to view this code.
     
  5. davidlieb

    davidlieb New Member

    Thank you! It's closer, because now the text shows up for a split second before it dissapears and then does the same thing (reappears if I scroll). I checked visability settings, and it's weird because it only does it for the H1, not the whole text block. you can check it out at www.gravitylearning.com.


    Screenshot 2025-01-14 095034.png
     
    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Beautifully crafted Divi layout packs for you to kick start your Divi sites:View Demo
  6. Divi.Help

    Divi.Help Administrator
    Staff Member

    Apparently, the Free-Form CSS doesn't seem to work with bracket [.

    Kindly remove those & paste the below at WP Admin > Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
     
    davidlieb likes this.
  7. Divi Booster

    Divi Booster Divi Expert

    @Divi.Help Yeah, the Free-Form CSS box is currently buggy in its handling of selectors. brackets "[" and "]" result in broken CSS, and so do some other characters. I forget which, exactly, but I think maybe the child combinator ">" was one. The broken CSS usually ends up with a HTML entity encoded character at the end of all the generated CSS properties...
     
    1. PRO MEMBER PERKS Divi Ultimate Footer Plugin - Custom global Divi footer (20 premade styles) + Revealing footer effect:Learn More
  8. davidlieb

    davidlieb New Member

    SUCCESS! You rule!