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 #3129473
Menu bar Dropdown submenu not showing
Closed

Comments

  • mediapasta started the conversation

    Hi,

    We are adding some sub menu bar but that all are not showing in live website 
    Menu bar Dropdown submenu not showing


    please help us

  •  2,488
    PenciDesign replied

    Hi,

    I've checked your site, and the problem because one of your installed plugins/code has remove all the body class of Soledad theme, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .navigation ul.menu li:hover > ul,
    .navigation .menu ul li:hover > ul {
      visibility: visible;
      opacity: 1;
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      transform: rotateX(0deg);
    }

    Regards,
    PenciDesign.