Hi.
Is it possible to disable the navigation on just one page: http://terranet.se/?page_id=3070
So I don´t see the title: New website , the grey background and You are here:Home/New website
Thanks
Charlotte
…and it is possible to create a special header for this page?
Thanks
Hi!
Create a special header, would require some more work to be done, for loading there.
For removing that area, use a codeblock with
.html_header_sticky_disabled .container_wrap:first-child {
display: none;
}
and let us know if it worked out for you
Best regards,
Basilis
Yes, thanks :)
Hello again,
this code is not working for the screen shot:
.html_header_sticky_disabled .container_wrap:first-child {
display: none;
}
When I added the code – the Full width Slider on the main page: http://terranet.se/ was also deleted.
Thanks
Charlotte
Hi!
Please edit your page and choose not to display title bar under “Title Bar Settings”
Best regards,
Yigit
Aha…. should have known that! Thanks :)