1. PROMO Get 60% OFF Lifetime Pro Membership & access all our Pro Divi Extensions, Divi Layouts, Divi AI Generator, Divi Block, etc.VIEW PRICING
Dismiss Notice
UPDATE Custom Color Scheme + Premade Divi Layouts - A perfect combination to boost productivity. New 'Gadget Repair' layout added.Try our Custom Color Layouts
BEST Divi Block - A revolutionary online drag & drop tool to easily mix & match 478+ premade blocks to kick start your Divi site design. Special module designs are included as well.
Learn MoreTry Free Version

Solved Divi Ultimate Header Help

Discussion in 'Basic Support Forum' started by ajwdigital, Nov 27, 2019.

  1. ajwdigital

    ajwdigital New Member

    Hi Divi.Help

    With the Divi Ultimate Header plugin, how do you make the full header move down with scrolling. Currently only the menu portion moves down.

    Also how to you edit mega menu headers. I would like to make them a bigger font or boldness compared to the regular links.

    Thanks!
     

    Attached Files:

    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Beautifully crafted Divi layout packs for you to kick start your Divi sites:View Demo
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    1. Go to the menu Row Settings > Advanced > CSS Class & remove free-sticky
    2. And lastly, go to the Section Settings > Advanced > CSS Class & add free-sticky
    Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    li.mega-menu>ul>li>a {
        font-size: 16px!important;
        font-weight: 800!important;
    }
     
  3. ajwdigital

    ajwdigital New Member

    Thanks the first fix worked great.

    For the second one it seems like that affects any beginning menu items.

    Is there a way to instead make the submenu items smaller rather than the menu headers larger?
     
    1. PRO MEMBER PERKS Divi.Help Header AI Generator - Try the power of AI to generate a custom Divi header for you:Try Now
  4. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Not sure what you meant by this.
    Kindly share your URL.
     
  5. ajwdigital

    ajwdigital New Member

    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom footer designs for you to choose from:View Demo
  6. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Try the below CSS instead:
    Code:
    li.mega-menu>ul>li.menu-item-has-children>a {
        font-size: 16px!important;
        font-weight: 800!important;
    }
     
  7. ajwdigital

    ajwdigital New Member

    Perfect, that worked great thanks!
     
    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Agency Divi layout pack featuring unique comment design on single blog post page:View Demo