Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Chosen!

    This should be the default style in Chosen. Submenu items will also have the border like the parent menu items.

    Have you setup a custom menu yet? If not, this could be the cause. We have a tutorial here on creating menus with Chosen: https://www.competethemes.com/help/customize-menu-chosen/

    Thread Starter promalin

    (@promalin)

    Thank you, Ben, for your fast reaction,
    but I’m afraid you missunderstood me (I know my english is…). I saw your tutorials (vv good).
    What my client wishes is to see that he is in parent menu (border) while the mouse is out of child.
    He likes that the user sees that he is in parent “booking request” while he is at page “offers” (child). I still don’t know how to do that. I’m sure other users (designer) miss that funcion too.

    Theme Author Ben Sibley

    (@bensibley)

    Okay I see now. Please try adding the following CSS:

    .current-menu-parent > a {
      outline: solid 1px #3a3a3a;
    }
    
    @media all and (min-width: 56.25em) {
    
      .menu-primary .current-menu-parent.menu-item-has-children > a + .toggle-dropdown {
        margin: 0 12px 0 8px;
      }
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Thread Starter promalin

    (@promalin)

    cool, it work!

    Thank you vv much Ben!

    Theme Author Ben Sibley

    (@bensibley)

    No problem, happy to help ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Primary menu items’ is closed to new replies.