← 1 2 Author Posts August 21, 2014 at 4:36 pm #89625 Nabeel AModerator You’re welcome Corinne! October 29, 2014 at 12:26 pm #134529 Andrew FParticipant This thread has been great, but I need the css to change the background and font colors for the tab navs thats not active. October 29, 2014 at 9:25 pm #134794 ChristianModerator Hey Andrew, The CSS for that is .x-nav-tabs>li>a { color: white; background-color: black; } .x-nav-tabs>li>a:hover { color: blue; background-color: orange; } Hope that helps. 🙂 Author Posts ← 1 2