Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 13 posts - 1 through 13 (of 13 total)

Remove header(title + menu nav)/footer from page

Home Forums Free Theme Support Asteria Lite Remove header(title + menu nav)/footer from page

  • #180195

    matt

    hey brother,

    I’d like to know if it is possible to create a page and remove the header (including title, nav menu) and footer so essentially I am creating a completely empty page… Is this possible?

    #181342

    Towfiq I.

    administrator

    do you want this for all the pages? or just a specific page?

    #182252

    matt

    just a specific page! it would serve as a sort of landing page brother

    #184443

    Towfiq I.

    administrator

    post the page link here.

    #184591

    matt
    #185624

    Towfiq I.

    administrator

    Add this to your custom CSS:

    .page-id-1512 .header4, .page-id-1512 #footer, .page-id-1512 #copyright{display:none;}

    #189188

    Jasper Ribbers

    subscriber

    I’d like to do the same for this page:

    http://getpaidforyourpad.com/podcast/

    Please advise,

    Thanks!

    #189267

    Towfiq I.

    administrator

    Add this to your custom CSS:

    .category-podcast .header4, .category-podcast #footer, .category-podcast #copyright{display:none;}

    #189309

    Jasper Ribbers

    subscriber

    Thanks! Is it possible to only remove the navigation in the header, not the header itself?

    #190169

    Towfiq I.

    administrator

    try this:

    .category-podcast #topmenu, .category-podcast #footer, .category-podcast #copyright{display:none;}

    #190182

    Jasper Ribbers

    subscriber

    Great, thank you so much, really appreciate the support!

    #192434

    Jasper Ribbers

    subscriber

    One more question, is it possible to do the same for my posts? For example:

    http://getpaidforyourpad.com/podcast/ep006-interview-w-kelly-kampen-airbnb-host-in-bangkok-thailand/

    I don’t really want these menu items to appear there either.

    Thanks,
    Jasper

    #193779

    Towfiq I.

    administrator

    add this too:

    .single-post #topmenu, .single-post #footer, .single-post #copyright{display:none;}

You must be logged in to reply to this topic.