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.
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Active menu item color

Discussion in 'Basic Support Forum' started by Martin Hult, Mar 31, 2022.

  1. Martin Hult

    Martin Hult Member
    Divi Block Pro Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Hey guys,

    Using the style 8...

    I'd like to add an active background color to the menu item.
    Just can't see which class I'm suppose to use?

    Can you please help me out!

    Thanks!
    /Martin
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade slide in bar design for your Divi site without using any plugins:View Demo
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
    **Edit the color code to your desired color.
     
  3. Martin Hult

    Martin Hult Member
    Divi Block Pro Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Thank you!
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Industrial' Divi layout for all Pro members:View Demo
  4. Martin Hult

    Martin Hult Member
    Divi Block Pro Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Hey guys,

    There seem to be a padding under the "contact us" link to the right.
    This works with no padding up to 1440px .. but after that it seem to be a gap between the button and the bottom line of the menu.

    How can this be fixed so also larger screens will have a nice menu?

    Thanks!
     

    Attached Files:

  5. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Kindly share your URL.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade testimonial carousel design for your Divi site without using any plugins:View Demo
  6. Martin Hult

    Martin Hult Member
    Divi Block Pro Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

  7. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Go to your logo image module settings & set the width to be 205px
    **Currently, you set it to be 54%
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade team carousel design for your Divi site without using any plugins:View Demo
  8. Martin Hult

    Martin Hult Member
    Divi Block Pro Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    That didn't make it.. just made the logo bigger and made the space even bigger.

    I found this solution:

    @Media only screen and (min-width: 981px) {
    .desktop-menu-item {
    display: none !important;
    }
    .et_pb_image_0, .et_pb_image_1, .et_pb_image_2 {
    padding-bottom: 0px!important;
    padding-top:10px!important;
    }
    .home
    .et_pb_image_3, .et_pb_image_0, .et_pb_image_1 {
    padding-top: 10px;
    padding-bottom: 0;
    }
    }
     
  9. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    That's weird. I don't think your CSS will help much.

    What if you try this CSS:
    Code:
    Log In or Sign Up to view this code.
     
    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Tons of elegant premade sidebar styles to choose from for your Divi site:Learn More
  10. Martin Hult

    Martin Hult Member
    Divi Block Pro Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Solved, thank you!