WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: vasy on December 02, 2009, 02:49:22 PM

Title: Multiflex-3, remove second meny box
Post 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?
Title: Re: Multiflex-3, remove second meny box
Post by: vasy on December 02, 2009, 03:43:23 PM
Here is how it looks right now
http://www.arlandajets.se/test/

I want to remove the grey box the the left.
Title: Re: Multiflex-3, remove second meny box
Post by: erpe0812 on December 02, 2009, 03:53:56 PM
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
Title: Re: Multiflex-3, remove second meny box
Post by: vasy on December 02, 2009, 04:07:05 PM
Super, thanks. Tried to the same way when removing the grey line over the news section, but cant seem to find it.

Title: Re: Multiflex-3, remove second meny box
Post by: erpe0812 on December 02, 2009, 04:12:10 PM
modify your css file to:
Code: [Select]
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