Hi!
I would like that on active state the links in my menu are bold. Didnt see it at the theme options so I did it with CSS. However, it does not work. It works in inspect, it works with hover, but when I copy it in the CSS environment and change it to active it does not work. Any clue whats wrong?
.menu .menu-item a:active {
font-weight: 800 !important;
}
Thanks,
Lizzy