PDA

View Full Version : How to change the design of the bar


nice_hero60
01-30-2013, 08:53 PM
Hello!! am trying to change the style by myself!! but am facing a problem that i could not change the color,and add a new pic for the bar!!as it is shown on pic 1 ......:confused:

i hope that you can help !! thanks

napy8gen
05-17-2013, 02:23 AM
for vb 5.0.2
the top one for vb5.0.2, they grouped a stylevars named > ModuleTabs
style manager> style name> style variable editor> Module Tabs

as for forum list background there is no stylevars, you need to overwrite it in additional.css
style manager> style name> edit templates> css templates> css_additional.css

add inside.

.forum-list-container .forum-item {
background:#eed2ab none;
}