Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #60129
    Michaela
    Participant

    Hi Sakin,
    I’d like to funnel new, possible subscribers to our newsletter on a page on our website that is totally distraction free. I already removed the sidebar, but I’d also like to remove the header, menu, footer, and copyright acknowledgement at the bottom of the page. So the only thing a visitor is do, is subscribe.
    How would I do this? Here is the page I’m talking about: http://travelintense.com/newsletter/
    Cheers,
    Michaela

    #60159
    Sakin
    Keymaster

    @Michaela: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .page-id-5384 #masthead,
    .page-id-5384 #colophon { display: none; }
    #61394
    Michaela
    Participant

    Great, that works! Is there also a way to remove the breadcrumb from YOAST SEO at the top, and set a full frame background image?

    #61482
    Sakin
    Keymaster

    @Michaela: You can remove breadcrumb from that page by adding in the following css:
    .page-id-5384 #breadcrumbs { display: none; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to create a distraction free landing page?’ is closed to new replies.