UberMenu without X Header LOGO (TEXT or IMAGE)

Hi Support

I have a fresh PRO installation (in local Dev environment)
I have installed and followed the configuration instructions for UberMenu Extension
as suggested in:

After that I have the following situation:

I have LOGO - TEXT (or LOGO - IMAGE) OVER UberMenu

The questions are:

  • How can I completely remove the X Header (LOGO - TEXT or LOGO - IMAGE) and just leave UberMenu (Top Aligned)?

alternatively

  • How can I put LOGO - TEXT or LOGO - IMAGE integrated on the left of UberMenu as if they were the same thing?

Thank You

Hi there,

Thanks for writing in.

The X header and Ubermenu has a different structure, hence, you can only add the logo using Ubermenu options and features only within your Ubermenu. Like adding it as a standard menu item or image in your Ubermenu (http://sevenspark.com/docs/ubermenu-3/content/images/logo)

As for hiding the logo, please add this CSS to your global custom CSS

.x-brand {
display: none;
}

Hope this helps.

1 Like

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