Possible to change URL for /faq page?

That’s the issue that I mentioned in my first post. I’m not sure if it’s a bug or if it just wasn’t designed for that purpose.

image

This is a hack, and someone might come along with a better way, but something like this would probably work in the meantime. :slight_smile:

.nav-pills .nav-item-faq {
    display: none;
}

(I’m not sure if your class names will be the same.)

3 Likes