Quote:
Is it possible to add a border without the shadow look?
|
nice question !! coz even I wanted to get rid of that when I first implemented the bg color. Its not the shadow color but is the default bg color set by vB in navbar.
i have an answer for this.
you can easily do so, but I don't think you'd be able to change the colors then.. that one color would be fixed for the bg.
go to navbar template->find:-
Code:
<if condition="$show['notices']">
and perform some nice editing here. I have simply deleted the whole code here and replaced it with mine. Use something like
Code:
<td style="width:100%; background-color:#000000">
This would change the color behind