I've been tasked with creating a menu and I want to ensure that the menu item stays selected when its subchild is selected. Below is a snippet from my CSS file:
#wrapper {
width:100%;
height:500px;
}
h2 {
color:#787878;
}
// more CSS code ...
Can anyone help me figure out how to solve this issue?