In fact I have a menu using the categories and a submenu with their subcategories. When I’m on a category i’d like to show only it’s childs but its listing all childs with their category
It was happening because all those elements that the bold was applied wrong, there was a <strong> tag wrapping them. and now there isnt 😀
In fact theres some <strong> tags wrapping those contents
When i check it on console and disable strong:bold on line 183 of ur style.css, it seems to solve the problem, didnt you forget to close a strong tag or something like that?