Navigation Modal with Logo/Searchbar

How can I make a navigation like in the screenshot? I chose navigation modal but didn’t find a way to add a logo and a searchbar as in the attached image.

Thanks a lot for the help.

Hi,

Adding a search form inside the modal is currently not possible.

The closest you can get to that is to use the theme’s native header instead of PRO Header.

You just need to enabled search in Theme Options > Header

It will then add a search button in your Navbar and your logo will stay as is.

Thanks

Hi Paul

Thanks a lot for your reply.

Is it possible to add a logo on top of the menu items an maybe a contact information on the bottom of the menu items with modal?

Looking forward to hearing from you.

Kind Regards!

Hi,

Regretfully, that is also not possible.

You can try Content Area Modal element but you have to add contents in html code or shortcodes.

For example, if you want to add your logo, you can use image shortcode

[image type="thumbnail" src="http://yourdomain.com/image.jpg" alt="Text"]

http://demo.theme.co/integrity-1/shortcodes/images/

or to add links, you can add

<a href="http://yoursite.com">Home</a>

Thanks

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