Transparency in the Uber sub Menu

This is a bundled plugin so I can’t get support from SevenSpark. I need you help with it please.

Specifically with the transparency settings. I’ve learned WP doesn’t support such but after adding some CSS code to the control panel -

.ubermenu .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop{
background:rgba(0,0,0,.0);
}

I still get a bg color.

Hi James,

Thank you for reaching out to us. You can use the following code instead:

.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
    background: transparent !important;
    border: none !important;
}

You can also refer to the sub menu customization here https://sevenspark.com/docs/ubermenu-3/settings/submenu and it’s official documentation here https://sevenspark.com/docs/ubermenu-3

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Hope this helps!

Good on you! I appreciate the help. I was under the impression that using a child theme would avoid such breakage.

You’re welcome!
It’s good to know that @Nabeel were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.