I am trying to style the active link (current page item) to look a certain way (to match my hover style). Looking at the code, it doesn’t appear I can do this though, because nothing in the menu is marked as active or current page item. This is the primary menu code when I view source. Is it possible to style the current page link in this theme?
there are classes like current-menu-item and current_page_item created in WordPress which lets you style the menu items when they link to the currently open page. This is how about us link in menu looks –