Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #3274, comment 7


Ignore:
Timestamp:
06/14/2011 08:18:18 PM (14 years ago)
Author:
lightcapturer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3274, comment 7

    v1 v2  
    1 Just found the solution for what's I mean, that is by adding
    2 {{{
    3 #nav > li.current_page_parent a,
    4 #nav > li.current_page_ancestor a {
    5         background: #f5f5f5;
    6         color: #555;
    7 }
    8 }}}
    9 in the Navigation CSS.
    10 
    11 So far it works as I expected. But there may be a better solution.
     1Double post