Menu style didn't import from the template

Hello!

I imported demo data from this demo https://demo.theme.co/food-truck/, but the menu is still the same. My staging website is here:
http://ibz.eoi.mybluehost.me/new/
I also need to remove the logo on the top header and get the menu centered.

Thank you in advance!

Hi Elena,

Thank you for writing in, the menu on the Food Truck demo is a standard menu, it’s not using UberMenu, please deactivate your UberMenu plugin.

To center the menu, please navigate to Theme Options > Header and set the Logo and Navigation Layout to Stacked

To hide the logo, please add this to Theme Options > CSS

.x-logobar {
  display:none;
}

Please note that this custom CSS is only a guide, we could not provide customization support further from here.

Hope it helps,
Cheers!

Thank you so much!
It totally solved the problem. :grinning:

You’re more than welcome, glad we could help.

Cheers!

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