@Miraz One way to do it is by adding custom CSS:
nav a[href='/photos/'] {
display: none;
}
Another way is by customizing your theme. That's a bit more involved, though.
I am an aspiring world's best uncle, co-conspirator with Sanna, and curious coder based in Jönköping, Sweden. If you spot someone hiking deep into the forest of Tiveden, that's probably me. 🌲
@Miraz One way to do it is by adding custom CSS:
nav a[href='/photos/'] {
display: none;
}
Another way is by customizing your theme. That's a bit more involved, though.