Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @mohsinworld,

    We don’t have such feature but you can use custom CSS code to disable the active color for Home Menu or Homepage.

    Have a wonderful day ahead of you.

    Thread Starter Mohsin Alam

    (@mohsinworld)

    If you could share the code or any recommended article link for that I would appreciate it. Thanks

    Please change the menuID and elementID. If you share the live site URL so that I can inspect the menu and providing you the actual CSS.

    Here’s the CSS code:

    .elementor-8 .elementor-element.elementor-element-3e21f6b .menu-item.current-menu-item a.hfe-menu-item, .elementor-8 .elementor-element.elementor-element-3e21f6b .menu-item.current-menu-ancestor a.hfe-menu-item {
        color: #519970 !important;
    }

    I hope that this information has been helpful and clear. Have a wonderful day ahead of you.

    Thread Starter Mohsin Alam

    (@mohsinworld)

    Please note that this active color change should be for only the home menu not other menus. Demo site link: https://mohsinalam.com/demo/

    Hello @mohsinworld,

    Please use this code:

    .elementor-233 .elementor-element.elementor-element-c606ec3 .menu-item.current-menu-item a.hfe-menu-item, .elementor-8 .elementor-element.elementor-element-c606ec3 .menu-item.current-menu-ancestor a.hfe-menu-item {
        color: #519970 !important;
    }

    Change the color code. Have a wonderful day ahead of you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable Active Color For Home Menu’ is closed to new replies.