PDA

View Full Version : How to change color


tanzeelniazi
04-10-2015, 05:25 PM
i want to know how to change the color Bar
see this picture
https://vborg.vbsupport.ru/attachment.php?attachmentid=125144&d=1294013707

Name: forumhome_forumbit (Main Category Long Space after Last Post )
i want to change the colors how help please

--------------- Added 1428701891 at 1428701891 ---------------

no not working your code and i see red box in my forum
i need nav bars colors change
if new installation in vbulletin you see Main category so main category line or nav color want to change

--------------- Added 1428702137 at 1428702137 ---------------

i have Ideal VB theme

--------------- Added 1428742782 at 1428742782 ---------------

no one help me :(
I really need to change the color and i try my self and i used this method:
Style and Templates - Style Manager - Style variable Editor - Go - forumhead_background
after i see color when i refresh i see color change after 2 second gone i see defalult colors i dont know why

MarkFL
04-11-2015, 07:07 AM
If this is the effect you want:

https://vborg.vbsupport.ru/attachment.php?attachmentid=152229&stc=1&d=1428742997

Then add the following CSS to the "additional.css" template:

.forumhead {
background: #FF0000;
}

#content .navlinks {
color: #FFFFFF;
background: #AA00FF;
}

#content .navlinks a {
color: #FFFFFF;
}

#wgo h2 {
background: #808080;
}

And edit the style variable:

Sidebar -> sidebar_background

And in the field "Background Color" enter a value of #ffff00 and click "Save."

tanzeelniazi
04-11-2015, 09:41 PM
working great man nice share :) thank you
1 more thing
when i open section and watching threads but here color is not changes i mean here
TITLE / THREAD STARTER bar
i want here also

--------------- Added 1428796957 at 1428796957 ---------------

and i am using firefox after changing the colors i see my Ajax Statistics Box header has so much height ? and in chrome height is fine

MarkFL
04-11-2015, 11:49 PM
working great man nice share :) thank you
1 more thing
when i open section and watching threads but here color is not changes i mean here
TITLE / THREAD STARTER bar
i want here also

Then change the first CSS selector to read:

.forumhead, .threadlisthead {
background: #FF0000;
}


...and i am using firefox after changing the colors i see my Ajax Statistics Box header has so much height ? and in chrome height is fine

Can you provide a screenshot? I don't use that particular product, but perhaps I can tell if I see the issue what to do. :D