WallBB Forums

Full Version: Adding items to navigation bar issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It shows like this when im on Search page but I've added some more there.
How can I do for when I am on upgrade page, highlight upgrade li in orange? 
Thanks in advance

I attach a picture
You can do this by modifying the template for header and nav.css.

Add this code in header template
Code:
<a href="UPGRADE URL" class="Upgrade"><span><i class="fa fa-heart" aria-hidden="true"></i> Upgrade</span></a>

Find and modify the below classes in nav.css
Code:
#portal #nav-portal a, #home #nav-home a, #search #nav-search a, #users #nav-users a, #help #nav-help a
To this
Code:
#portal #nav-portal a, #home #nav-home a, #search #nav-search a, #users #nav-users a, #help #nav-help a, #upgrade #nav-upgrade a