Hi,
I created a new menu, to left side.
Linked items are articles from one category.
I want to set up an active link becomes bold.
I tried to add this code
a:active {
font-weight:bold;
}
in bootstrap.css and template-blue.css
and nothing has happened
Thanks