Hi,
If I’ve understand correctly would like a overlay menu just for a part of website, not for entire website, you can use a plugin for that ( example http://themeofwp.com/plugins/overlaymenu/doc/ were you can find the plugin: https://codecanyon.net/item/overlay-menu-wordpress-plugin/15708036 )
Thank you.
Hi,
My main menu containes from some pages, like homepage, about us and contact, and from some category’s where i put some posts. Overlay menu is working on that pages ( homepage, about us and contact ) but doesn’t work on category’s and posts in that category’s. Is there possibility for overlay menu to work on those pages as well?
I hope you understand my question 🙂
Thank you
Have a nice time
Hi,
Unfortunately for the moment that can be done just with some custom css ( a lot of css ).
here is an example, bat will affect some part of your website
.td_category_template_8 .td-category-header {
margin-top: -90px;
height: 400px;
}
.td-header-wrap .td-header-menu-wrap-full {
background-color: transparent!Important;
}
.td_category_template_8 .td-crumb-container {
top: 150px;
}
.td_category_template_8 .td-category-title-holder {
top: 150px;
}
.td-main-content-wrap {
margin-top: -100px;
}
.vc_column-inner{
padding-top: 100px;
}
Thank you for your understanding.