I would like to format the text in the menu : removing the “italic” (on selected items)
I walked through the css, but can’t find where it’s set.
Even if i remove “all italic” instructions from the css it’s still italic (just for testing purposes)
.navmenu .current_page_item > a, .navmenu .current_page_ancestor > a, .navmenu .current-menu-item > a, .navmenu .current-menu-ancestor > a {
font-style: normal;
}