How do I make the navigation bar make the selected page be a different color than the other tabs? I am using Xenforo so it uses xenforo code, HTML, and CSS.
I am okay with HTML and CSS however I do not know how to do this.
Thanks in advance,
Trevor
How do I make the navigation bar make the selected page be a different color than the other tabs? I am using Xenforo so it uses xenforo code, HTML, and CSS.
I am okay with HTML and CSS however I do not know how to do this.
Thanks in advance,
Trevor
Copyright © 2021 Jogjafile Inc.
You can do this easily with CSS. If your navigation looks something like this:
Then all you have to do is change the style for the "active" item, like this:
You just have to set the
class="active"for each page to mark which page you're on.