Strange Shadow Graphic in Header?

Basti

Administrator
Staff member
If you just want to change the banner, you could alter it in wrapper.html
Code:
<a href="../"><img src="http://visiolist.com/creatives/visiolist_468x60.gif" alt=""/></a>
remove banner , shadow graphic
remove code from above (we leave the surrounding div elements in tact, in case you want to add something new in the same place)
and this from parabola/screen.css
Code:
    background: transparent url(img/hline-half.png) top right no-repeat;
 

Mark

Administrator
Staff member
sure, open skins/parabola/screen.css and remove:
Code:
    background: transparent url(img/hline-half.png) top right no-repeat;
 
Top