PDA

View Full Version : Changing navtab color and forum title color?


SPEEDKILLZ
01-29-2014, 05:40 AM
I am trying to change the color of my selected navtab color from blue to #2e2f39 i want to leave all other colors of it the same. I have looked thru the stylvar think it was navbabr tab_selected color but it did nothing i have also tried
#vbtab_forum a.navtab {
background-color: #2e2f39;
color: #FBCB3D
}
#vbtab_what's new a.navtab {
background-color: #2e2f39;
color: #FBCB3D
}
#vbtab_classifieds a.navtab {
background-color: #2e2f39;
color: #FBCB3D
}
#vbtab_garage a.navtab {
background-color: #2e2f39;
color: #FBCB3D
}
#vbtab_gearbanging media a.navtab {
background-color: #2e2f39;
color: #FBCB3D
}
with no luck any other suggestion?

I would also like to change the text color of the forum name and last post color to #2e2f39 but cannot seem to find it either.

Any help would be great. Thank you

Seven Skins
01-29-2014, 09:45 AM
For the navtabs add this to additional.css template

.navtabs li.selected a.navtab {
background-color: #2e2f39 !important;
}

SPEEDKILLZ
01-29-2014, 12:32 PM
For the navtabs add this to additional.css template

.navtabs li.selected a.navtab {
background-color: #2e2f39 !important;
}


Thank you but that did not work either.

Seven Skins
01-29-2014, 03:03 PM
Hmm

This is because you are not using transparent image for navtab background.
Change the color of this image according to your needs ... navtab_selected_bg.png

SPEEDKILLZ
01-29-2014, 11:52 PM
Where Do I find this And How Do I Change?

Seven Skins
01-30-2014, 10:18 AM
Location of the image is: http://gearbanging.com/digitalvb/morbid/morbid_base/navtab_selected_bg.png

Edit it using photo editing software like "Photoshop"

Download the image ... edit it ... upload it ..

SPEEDKILLZ
01-30-2014, 11:03 AM
Thank You, I Will Give It A Try