Viewing 3 posts - 16 through 18 (of 18 total)
  • Posted in: Dante
  • #52290
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this:

    nav .menu > li:last-child current_page_item a {
      color: #fff !important;
    }

    – Kyle

    #52417
    Pothe
    Member
    Post count: 336

    It doesn’t work..

    I also tried

    
    nav .menu > li:last-child current_ancestor_item a {
      color: #fff !important;
    }
    

    and

    
    nav .menu > li:last-child current_menu_item a {
      color: #fff !important;
    }
    
    #52424
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    This one should work:

    nav .menu > li:last-child .dc-mega {
      color: #fff;
    }

    – Kyle

Viewing 3 posts - 16 through 18 (of 18 total)

You must be logged in to reply to this topic.