WallBB Forums
Adding items to navigation bar issues - Printable Version

+- WallBB Forums (https://wallbb.co.uk/forums)
+-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5)
+--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10)
+--- Thread: Adding items to navigation bar issues (/showthread.php?tid=287)



Adding items to navigation bar issues - kne - 05-09-2019

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


RE: Adding items to navigation bar issues - WallBB - 05-11-2019

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