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

#11 Sub Menu Stay Open

Discussion in 'Basic Support Forum' started by harrystymiest, Aug 14, 2019.

  1. harrystymiest

    harrystymiest Member
    Divi Ultimate Header Plugin Pro Member (Support Expired)

    on http://artchick.sitepreview.design
    When you use #11 on a desktop layout and you select a submenu item and the new page loads it closes the open submenu
    is there a way to:
    1) keep submenu open on the newly loaded page
    2) show submenu item as selected (red stripe)
     
    1. PRO MEMBER PERKS Divi Ultimate Blog Plugin - Easily set awesome default design for your Divi single blog page:Learn More
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Try the below code in Divi > Theme Options > Integration > Body Code:
    Code:
    Log In or Sign Up to view this code.
    **Basically, if the active menu item is a submenu item, then the submenu will be opened on page load.
    Try the below CSS in Divi > Theme Options > Custom CSS:
    **One is for active submenu parent. The other one is for active submenu item.
    Code:
    Log In or Sign Up to view this code.
     
  3. harrystymiest

    harrystymiest Member
    Divi Ultimate Header Plugin Pro Member (Support Expired)

    Shows as selected
    would like parent items to show as unselected (Example.png)
    with only sub item showing as active

    Menu not staying open added Screencaps of CSS and Body Code body1.png body2.png body3.png css.png Example.png
     
    1. PRO MEMBER PERKS Divi Ultimate Header Plugin - Add custom vertical navigation for your Divi site. Turns into slide in menu on mobile:Learn More
  4. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Are you saying that you don't wish to have the parent active to be highlighted?

    Then try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
    It seems like you did not add the below code as stated in previous post:
    Code:
    Log In or Sign Up to view this code.