Okay
  Public Ticket #2541925
Header menu style strikethrough on hover
Closed

Comments

  • Connect APAC started the conversation

    Hi,

    We don't want the "strikethrough" effect when a menu is hovered. We just want it to change color only. What's the CSS code to remove this? Thanks...

    See attached for details.

  •  2,635
    Kevin replied

    HI

    please go to Appearance-> Customize-> Additional CSS and add this css attribute to remove it


    .header-layout36 .mega_main_menu.primary> .menu_holder> .menu_inner> ul> li:hover:after, .header-layout36 .mega_main_menu.primary> .menu_holder> .menu_inner> ul> li.current-menu-ancestor:after {
        display: none;
    }

    thanks