Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to modify the Header Menu from the fishbook Template?

Viewing 4 replies - 1 through 4 (of 4 total)

  • r-a-y
    Keymaster

    @r-a-y

    Login to the WPMU backend, navigate to “Appearance > Custom Header”.


    kankakee
    Participant

    @kankakee

    The menu colors are driven by the .css file, located here:

    /wp-content/plugins/buddypress/bp-themes/fishbook/_inc/css

    * Section “ul#nav li a” (no quotes) controls color of non-active menu tabs

    * Section “ul#nav li.selected a” (no quotes) controls color of active/selected menu tabs

    color = tab text color

    background = tab background color

    * Section “#wp-admin-bar .padder” (no quotes) controls top bar of color above header

    Now, if I can determine how to get the active header tabs to change for static pages, I’ll be happy. Any ideas? ;-)

    Regards… Tom

    [My 1st BP post]

    @kankakee
    I’ve altered fishbook to get active header tabs to change for static pages. you need to edit the styles.css file like this:

    find the nav css. look for the line that says “ul#nav li.selected a {” and change it to “ul#nav li.selected a, ul#nav li.current_page_item a {“

    done!

    Regards
    Ade

    I tried this but then when I click on a static page it does not even show in the menu???

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to modify the Header Menu from the fishbook Template?’ is closed to new replies.
Skip to toolbar