Pro - Icon Main Menu

Hello,

I have a problem with main menù.

Here my page:https://www.lorenzoadorni.com/wp/

I want to have a menuù like this: http://demo.theme.co/icon-1/

With a green rounded border only on active voice menuù and a green rounded effect on hover voice menù. As in icon 1 (http://demo.theme.co/icon-1/) and similar to this http://www.shape5.com/demo/index.php?big_business

I have to find a solution through x header theme editor or I have to apply a custom css ?

Thank you very muche

Hi There,

Thanks for writing in!

You can use the default header with icon stack without using the header builder to get the similar look.
You may need a few custom CSS to change the border color and all.

Please try this CSS

.x-navbar .desktop .x-nav>.current-menu-item>a>span, .x-navbar .desktop .x-nav>li>a:hover>span {
border-color: #333; /* use your color code*/
}

Also you can do this with header builder.
Please play with border option of the top link.

Interaction color is for active and hover.

Hope this helps!

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