D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: How to make a NEW TEMPLATE, with no sidebar or header

Front Page D5 Creation Forum General Support How to make a NEW TEMPLATE, with no sidebar or header Re: How to make a NEW TEMPLATE, with no sidebar or header

#4492
D5 Creation
Keymaster
Quote:
Quote from pablocabo on June 12, 2013, 05:38
We are close.

I get using full Width and this code;
<style>
#header { display: none; }
#footer { display: none; }
</style>

BUT… I would like to have;
FULL Width
HEADER… but no menu’s (only the coloring and logo)

thanks!

Please replace the previous code with the following:

Code:
<style>
#simplify-main-menu { display: none; }
#footer { display: none; }
</style>