XF 2.0 Navigation colors

Hello,

Style properties -> Header & Navigation :
  • /style-properties/group&group=headerNav
Navigation row / Navigation row - tab

Regards, SyTry
 
Hey

Thank you but if i change it there it will change all links on navigation, i only want to change "Link 2" color to red not others (forums/what's new/members)

View attachment 184419
Oh right, via CSS it's possible. In your template EXTRA.less add this :
Code:
.p-navEl [data-nav-id="accUpgrade"] { color: blue; }
Screenshot_3.webp
You need to modify this accUpgrade by your ID, you can find it here :
  • /admin.php?navigation/
Screenshot_4.webp
 
Back
Top Bottom