Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3547784
Menu doubled
Closed

Comments

  •  3
    laugher started the conversation

    Menu seem ok to me. But it appears doubled on pc.

    6553957872.png
  •  2,541
    PenciDesign replied

    Hi,

    The problem is that you've included so many menu items, please modify it by going to Appearance → Customize → Menus.

    Regards,
    PenciDesign.


  •  3
    laugher replied

    Menu corrected. But second level seems not working.

  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    #navigation li:hover > .sub-menu,
    .navigation li:hover > .sub-menu,
    #navigation li:hover > .penci-dropdown-menu,
    .navigation li:hover > .penci-dropdown-menu {
      pointer-events: auto;
      opacity: 1;
      visibility: visible;
    }

    Regards,
    PenciDesign.