Hey everyone, I've been looking into how to hide subnav items in a drop-down list. Can this be achieved using just CSS or will I need to write some code for it to work properly? My main goal is to have the sub nav items appear when the user hovers over 'activity' or 'profile'.
entry-title{
display:none;
}
I attempted to hide the entry title on a specific page using the above code, but it ended up hiding it site-wide. I'm specifically trying to disable it on buddypress pages only.
I would greatly appreciate any answers with examples!