TemplatesNext Forums Premium Theme i-spirit Support remove the footer

This topic contains 2 replies, has 2 voices, and was last updated by  Pablo Adrián Di Leva 2 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3450

    Hi. Would like to remove the footer of only main page and leave only a slider with information, meaning that you can not do scroll, the page is displayed as is, do not drive up or down. How can I do it? Thanks for your time

    #3454

    marsian
    Keymaster

    Follow the following steps to hide the footer,

    1. Add a page class say “nx-no-footer” in page meta option
    2. Add custom CSS in i-spirit options

    
    .nx-no-footer .site-info-wrap {
        display: none;
    }
    

    • This reply was modified 2 years, 4 months ago by marsian marsian.
    #3494

    works perfect thank you very much. You’re very kind

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.