Hi Everyone,
I really like this company’s menu. https://www.clipt.co/
So I have 2 questions:
1. Is it possible to create a similar menu in Enfold where the background is white, has rounded corners and a border?
2. Is it possible for each page to have it’s own “Menu” so that I can have the menu items just scroll to a section of the page?
Thanks
Hey MikeTandySwag,
Thank you for the inquiry.
1.) Yes, it should be possible with a few css modifications. You can start with the following code.
#top #header #header_main {
width: 94%;
margin: 0 auto;
border: 1px solid rgba(255,255,255,0.25);
border-radius: 30px;
margin-top: 30px;
}
2.) To assign different menus for each page, you have to install a separate plugin. Please try one of the plugins below.
// https://wordpress.org/plugins/if-menu/
// https://wordpress.org/plugins/user-menus/
// https://wordpress.org/plugins/different-menus-in-different-pages/
Best regards,
Ismael