Hi!
I have a problem with navigation links over pages in the same sub-level is showing at the top of the widgets in the right sidebar.
In the widgets settings, I have no widgets on “Sidebar blog” or “Sidebar pages”, only on “Displayed everywhere”.
You can have a look here;
http://i.agarkitekter.se/overgripande/affarside/ (for example, if you go to the startpage that is the blog, they don’t show.
Username: test
Password: test
Regards,
Tomas
I also don’t have the box “Page Sidebar navigation” checked in Enfold settings.
Hi!
You can add this on your custom.css or Quick CSS:
.widget.widget_nav_menu.widget_nav_hide_child {
display: none;
}
Best regards,
Ismael
Worked perfectly, thanks!