• first of all I’d like to thank you and at the same time congratulate on great wordpress theme. I love it! It’s very modern and highly customizable.
    I have one questions. I’ve just built this page?where I’d like to disable footer however for this page only. For other pages footer should be shown. Would be that possible, if so how it can be done please?
    Thank you
    Sam

    • This topic was modified 2 years, 1 month ago by pinkfoxmedia.
    • This topic was modified 2 years, 1 month ago by pinkfoxmedia.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author apollo13themes

    (@apollo13themes)

    Hello ??

    There is no option to turn it off as a page element, however you could target this page with custom CSS and hide it.

    Typically I don’t do custom CSS code for Rife free users, but as an exception, here is a code for the page in the link:

    .page-id-12435 #footer {
    display: none;
    }

    With kind regards.
    Air.

Viewing 1 replies (of 1 total)
  • The topic ‘Disable Footer’ is closed to new replies.