Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter LachlanF

    (@lachlanf)

    Cheers mate, had to modify it slightly to whats below, but then it worked like a treat!

    #access ul li.current_page_item > ul {display:block;}

    Thread Starter LachlanF

    (@lachlanf)

    Yeah seems fair. Which one of these two style blocks needs editing?

    #access ul li.current_page_item > a,
    #access ul li.current-menu-ancestor > a,
    #access ul li.current-menu-item > a,
    #access ul li.current-menu-parent > a {
    color: #000;
    background:#FFF;
    }
    * html #access ul li.current_page_item a,
    * html #access ul li.current-menu-ancestor a,
    * html #access ul li.current-menu-item a,
    * html #access ul li.current-menu-parent a,
    * html #access ul li a:hover {
    color:#000;
    background:#FFF;
    }

    And what do I need to add? I tried putting in display:block with no success…

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