@Miraz One way to do …
@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.
@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.
Sven Dahlstrand,