Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hiding Forums, Blogs and Groups links navigation in bp-default theme…


David Carson
Participant

@davidtcarson

You might try adding the following to your stylesheet first:

ul#nav li a[title="Groups"], ul#nav li a[title="Blogs"], ul#nav li a[title="Forums"] {display: none; }

Reference: Taming Advanced CSS Selectors and Attribute selectors at w3.org

Skip to toolbar