I’m creating a landing page with multi purpose using the hero element. I want to have the menu but not the header ad element which I’m using across my site.
How can I do this?
Hi,
Once entered in the theme panel ad spot the ad will be displayed on all pages. Maybe a solution would be to hide it if you are not using Adsense, just for that page. That is possible with a CSS code. I could give you a solution if that is the case and you can provide a link to the page.
Or maybe use the empty page template for the landing page but then the whole header and footer will not be displayed.
Hi Simion,
I went for the empty setting and added my own header. I changed from a hero to the newsletter widget as I wanted this to be a newsletter page but I wanted to have a full page background image link this page
email.pagesix.com
Is this possible?
Hi,
That would be possible. For example you can first insert the newsletter elements in the row
– https://www.screencast.com/t/XvCvftCFc
Then stretch the row and activate full height, and also set a background image of your choosing
– https://www.screencast.com/t/OHWBRTl0t
– https://www.screencast.com/t/bNBn2rsQO
To center the newsletter you could add some padding top to it like this
– https://www.screencast.com/t/zDUE9Q19B
This could be a method of doing it.
Thanks that works a lot better. I can’t html in the disclaimer which is needed as you to link to your privacy policy.
I’ve left the page settings as Pagebuilder + Overlay menu and used the css below to turn off the banner and the footer.
.newsletter .td-header-rec-wrap {
display: none;
}
.newsletter .td-footer-wrapper {
display: none;
}