WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: vasy on December 02, 2009, 02:49:22 PM
-
Anybody know how to remove the grey extra menu box to the left in the Multiflex-3 template?
-
Here is how it looks right now
http://www.arlandajets.se/test/
I want to remove the grey box the the left.
-
rename or better rework this image within the template/img folder:
http://www.arlandajets.se/test/templates/Multiflex-3/img/bg_main_withnav.jpg
rgds
erpe
-
Super, thanks. Tried to the same way when removing the grey line over the news section, but cant seem to find it.
-
modify your css file to:
main-content h1.pagetitle {
border-bottom:0px solid #E1E1E1;
color:#646464;
font-family:"trebuchet ms",arial,sans-serif;
font-size:220%;
font-weight:bold;
margin:0 0 0.4em;
padding:0 0 2px;
}
and you should better rework your image (above) for you lost the shadows in the left and right of the content.
rgds
erpe