Joomla 3.4.8
CB 2.0.12
I added a cb auto action with the following details.
I would like a menu item to be hidden whenever a 'committee' member logs in.
trigger: after login form
type: code
access: committees
action: css (inline)
code:
a.menu-item.first.comm
{
display: none !important
}
But now when I log in as a committee member, the menu is not hidden ... the css code is correct (I tested it).
Anybody an idea on what I am doing wrong here?
Thank you
Luc