Skip to content
Public Ticket #22312

Menu bar Dropdown submenu not showing

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.

mediapasta started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.