How can I remove the block under the top menu bar, the block where the action buttons appear under each page visited, ie, videos, photos, etc...
I've attached a photo
How can I remove the block under the top menu bar, the block where the action buttons appear under each page visited, ie, videos, photos, etc... I've attached a photo |
First if you need the links make them in admin/builders/nav menu builder, or else no one will be able to add content.
for example goto groups and click add groups the url has "m/groups/browse/my&bx_groups_filter=add_group" you can add this as a nav menu item so you do not lose the functionality.
backup then edit:
templates/base/css/top_menu.css
at the top add:
/* removed actions block visibility*/
.subMenuInfoKeeper{
display: none;
}
.menu_user_actions {
display: none;
}
/* removed actions block visibility*/
save / close / see I have video tutorials to help you mrpowless.com |
Hello,
and to change the possition of the action block you have a solution too http://www.boonex.com/unity/forums/?action=goto&my_threads=1#topic/menu_user_actions.htm |