Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to give the BP navigation bar more priority? Sub cats are disappearing on mouse over due to logo


SidianMSJones
Participant

@sidianmsjones

Hm, so this is what WooThemes told me

This would be the element you are working with:
#logo {}
Add it to custom.css and start playing…
http://tjkdesign.com/articles/z-index/teach_yourself_how_elements_stack.asp
http://www.w3schools.com/Css/pr_pos_z-index.asp
Since Buddypress is a third party plugin, it isn’t supported in the forum.



So I set off trying out all sorts of wacky combos, example below…

#wp-admin-bar {
z-index: 2;
}

#logo {
position:fixed;
z-index: 1;
}


Alas, I’m just not a “coder” yet and none of my combos are pulling through.

Skip to toolbar