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

Dropdown menu links wrong color only on one page

Discussion in 'Free Divi Community Forum' started by Warren Conditi, Oct 31, 2023.

  1. Warren Conditi

    Warren Conditi New Member

    Hello all,

    I created a template in Theme Builder which uses a menu in the header. It seems that every page using this template on a mobile device renders just fine, however on a mobile phone, three links are not showing in white, they're a faint blue which blends into the background of the menu on ONLY ONE PAGE, however all other pages render just fine, using the same custom header. I didn't have any additional CSS on the page, so that's not it.

    I cloned the troubled page and the link colors work on a mobile device (phone), so I'm wondering if that particular page is corrupted? I wanted to use the clone and change the URL, but that was breaking my site, so I want to ask if anyone recognizes this strange behavior?

    The working page: https://www.njoag.gov/ppd2/
    Non working page: https://www.njoag.gov/ppd/ Screenshot_20231031-has_links_Chrome.jpg Screenshot_20231031-missing_links_Chrome.jpg 10659-c0e69166d8c7136943b87a2c5f0134f0.jpg
    Screenshot_20231031-has_links_Chrome.jpg Screenshot_20231031-missing_links_Chrome.jpg

    Any insight would be great!
    Thanks!
    W.
     
    1. PRO MEMBER PERKS Divi Block Pro - Powerful Divi header builder for you to mix & match premade header design, mobile menu & more:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Seems like your child theme has custom CSS changing their colors. For a quick fix, just add the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
     
  3. Warren Conditi

    Warren Conditi New Member

    Thanks for the reply, much appreciated.
    The child theme would likely affect every page using that template built in Divi's theme builder. I duplicated the page in WP as a draft, works perfectly. I'm just thinking that the page was somehow corrupted during a commit to the DB. The css you provided didn't solve the issue, although, as I said, much appreciated. I've informed the site owners I'm going to bring it down and replace the offending page with a clean replacement.
    Thanks so much.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade testimonial carousel design for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    I see that you already added the CSS & it seems to solve your color issue for mobile menu.

    The reason why the child theme CSS only affect that specific page is because the CSS is set to affect pages with 'page-parent' body CSS Class. And only that specific page has that CSS Class. Though, I'm not sure which specific page settings add that CSS class. Might be something to do with page parent & child option.