I would like to change the background color of the link that is the current page.
Example: When you are on the education page:
http://dev1.jhamtsegatsal.org/life/education/
and the screen is desktop size the color behind the current page link in the drop-down menu is black.
#header-menu .menu .current-menu-item > a,
#header-menu .menu .current_page_item > a,{
background-color: #000;
}
But, when the screen size is mobile, I would like the background color to be the same color in the mobile menu for the current page link in the mini menu drop-down, to indicate what item is the current page.
Does that make sense?
I have tried different ways to style it to try and make it happen, but can’t seem to figure it out. If you can tell me the code for the @media (max-width: 480px)
I can do it for the other @media
.
Thank you for your help.