Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fr0d0

    (@fr0d0)

    I want the submenu titles to open the submenu when clicked.

    I seem to have no control over the small arrow on a clear background, or the strange divider.

    Plugin Support Vishakha Patel

    (@vishakha)

    Hi @fr0d0,

    To remove the vertical divider, add the following code to Customize > Additional CSS:

    .eldropdown-toggle:after {
       
        border-left-width: 0px;
    }

    The submenu items can be opened when clicking on the arrow. You might need to add further CSS to make it behave differently.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NavMenu bad styling’ is closed to new replies.