I am working on styling the navigation bar in Source and have a quick question. I am trying to figure out how to style the navigation link for the currently active page as bold. The documentation doesn’t seem to have a direct setting for this. Could you point me in the right direction? Are there any specific CSS selectors or techniques I should be using within the Navigation stack to achieve this?
Hi @Kent - something like li.active a {font-weight: bold} should do it.
1 Like
Thank you, but I cannot get that to work either.
I just tried this and it works for me…
1 Like
Are you adding that code to the right place? Here is where it should go to affect all pages in project:
1 Like
Hejsan, No I applied it to the custom css class in the stack :-) Sorry, and it works very well adding as described, thank you very much :-)
2 Likes
