Hi,
When viewing a child page of a parent (ex: "events"), menu element is not active > see here : http://screencast.com/t/IwWblL1MhclF
My site: http://www.bsff.be
How could I change this ?
Thank you
Hi,
When viewing a child page of a parent (ex: "events"), menu element is not active > see here : http://screencast.com/t/IwWblL1MhclF
My site: http://www.bsff.be
How could I change this ?
Thank you
Hi courtmetrage,
You'll need to add the following two styles to your Quick CSS or custom.css file:
#top .main_menu .menu li ul a {
border: none;
}
.main_menu .current_page_parent a {
border-bottom: 2px solid #ce0412;
color: #11111A;
}
Regards,
Devin
You must log in to post.