Education Template Menu

Hi
I just imported the content education demo and would like to arrange the menu exactly as in this demo https://demo.theme.co/education/ (each menu item on one line, font, background color, margins and padding).

This is my site
https://www.fondazioneegidiotamburrino.eu/

Hey Giuseppe,

You’re using UberMenu plugin in your site. Our demo does not use UberMenu.

To replicate the setup, please uninstall Ubermenu.

Hope that helps.

Hi
thanks. I fixed the menu. How can I make active menu items underlined like in the demo?
https://demo.theme.co/education/

Hey Giuseppe,

It looks like the demo import is missing that part. I’ll report this to our development team.

For now, add the following code in Theme Options > CSS.

.x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
    box-shadow: 0 2px 0 0 #ffffff;
}

Hope that helps.

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