Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I'm trying to remove the header from the homepage, with no luck. Can anyone point me in the correct direction ?
Can you provide some more context, it's not really obvious what homepage you're talking about? A starter kit? Anything else?
Provide as much info as possible, even share some code so we can help as much and as good as possible
--Dirk
Thanks for your help. Basically, I'm trying to remove the header of this page : http://site.groplex.fr/
Hard to say without the context exactly but from the markup, it is wrapped in an Umbraco grid - so look for the content item of this page in the back office with any grid editors containing a macro or similar.
Hi Barbidule.
It looks like your site is based on the Fanoe starterkit.
In that case, to remove the header from your site:
Go to Log in to Umbraco > Settings > Templates > And select Master.
Direcly after the <body> tag, you'll see the <header> tag. Remove the header block and its content until the </header> tag.
<body>
<header>
</header>
Take care, and have a great day!
That did it, thanks !
Awesome! Glad I could help Barbidule!!
Take care!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Remove header from homepage
Hi,
I'm trying to remove the header from the homepage, with no luck. Can anyone point me in the correct direction ?
Can you provide some more context, it's not really obvious what homepage you're talking about? A starter kit? Anything else?
Provide as much info as possible, even share some code so we can help as much and as good as possible
--Dirk
Thanks for your help. Basically, I'm trying to remove the header of this page : http://site.groplex.fr/
Hard to say without the context exactly but from the markup, it is wrapped in an Umbraco grid - so look for the content item of this page in the back office with any grid editors containing a macro or similar.
Hi Barbidule.
It looks like your site is based on the Fanoe starterkit.
In that case, to remove the header from your site:
Go to Log in to Umbraco > Settings > Templates > And select Master.
Direcly after the
<body>
tag, you'll see the<header>
tag. Remove the header block and its content until the</header>
tag.Take care, and have a great day!
That did it, thanks !
Awesome! Glad I could help Barbidule!!
Take care!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.