Results 1 to 2 of 2

Thread: Hiding Header and footer for specific pages

  1. #1
    Thread Starter
    Expired Customer puppydemand's Avatar
    Join Date
    Mar 2020
    Posts
    59
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Hiding Header and footer for specific pages

    So ive been experimenting with elementor for making specific pages and i have come across some additional css thats kinda of giving me what i want a which is a full blank screen for like a landing page but the footer is now maxed to the full width and it comes with a grey background. take a look for yourself. it seems to be working i just need to figure out how to get the footer to expand to the bottom

    https://puppydemand.com/memberships/

    hide-header-footer.jpg

    here is the css im using

    /* This will hide header and menu */
    .page-id-10826 #sticky_header {
    display: none;
    }

    /* This will remove footer including widget area if you have it enabled */
    .page-id-10826 #footer {
    display: none;
    }

  2. #2
    Thread Starter
    Expired Customer puppydemand's Avatar
    Join Date
    Mar 2020
    Posts
    59
    Thanks
    3
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Hide Adsense in the header of specific pages
    By nassimkasmi in forum Help Using ClassiPress
    Replies: 5
    Last Post: December 14th, 2017, 08:50 PM
  2. Location specific pages
    By jr92240 in forum Help Using Vantage
    Replies: 1
    Last Post: May 31st, 2017, 10:45 AM
  3. header and footer widgets not working in pages
    By jaykay in forum Report Vantage Bugs (Legacy)
    Replies: 6
    Last Post: April 15th, 2016, 02:32 PM
  4. [SOLVED] Add text or widgets in specific Category pages
    By vasilisp in forum ClassiPress General Discussion
    Replies: 2
    Last Post: March 10th, 2016, 12:31 AM
  5. [SOLVED] Add text or widgets in specific Category pages
    By vasilisp in forum Help Using ClassiPress
    Replies: 3
    Last Post: February 26th, 2016, 06:32 AM