XF 1.4 Navigation bar background

AndyB

Well-known member
The XenForo Default Style is excellent, the only real shortcoming is the navigation bar background (second row) is difficult to see on some devices, for example my iPad. However this problem can be easily corrected by adding the below code to your EXTRA.css template.

Code:
.navTabs .navTab.selected .tabLinks {
    background: url("styles/default/xenforo/gradients/navigation-tab.png") repeat-x scroll 0px -25px #176093;
}

Before
pic001.webp

After
pic002.webp
 
Top Bottom