maxdiediker/freedomproject

Fix Menu Underlining

Opened this issue · 4 comments

When on a child page the menu shows all child pages underlined. It should only show current child page underlined.
In firefox inspector none of these class are even on the other child pages li's. I'm stumped

Styles targeting it on line 155 of media queries:

`#menu-main-menu li.current-menu-item a,

menu-main-menu li.current_page_ancestor a {

text-decoration: underline;

}

menu-main-menu li.current-menu-item ul.sub-menu {

text-decoration: none;

}`

screenshot 2015-08-19 13 37 41

I can and figure it out also, I'm available.

Date: Wed, 19 Aug 2015 13:42:26 -0700
From: notifications@github.com
To: freedomproject@noreply.github.com
Subject: [freedomproject] Fix Menu Underlining (#37)

When on a child page the menu shows all child pages underlined. It should only show current child page underlined.

In firefox inspector none of these class are even on the other child pages li's. I'm stumped

Styles targeting it on line 155 of media queries:

`#menu-main-menu li.current-menu-item a,

#menu-main-menu li.current_page_ancestor a {

text-decoration: underline;

}

#menu-main-menu li.current-menu-item ul.sub-menu {

text-decoration: none;

}`


Reply to this email directly or view it on GitHub.

Awesome yeah take a look. I'm at a loss :/

Max your update removed the underline from the parent menu when on a child page. When you're on the history page it should underline the About Us menu item

Max I'm rolling back your update