Viewing 1 replies (of 1 total)
  • lordness

    (@lordness)

    You can do it the following way:

    It all depends how your divisions are called, but should be something on the lines of this in your stylesheet:

    footer {display:none;}
    body.home footer { display: block !important; }

    This should remove the footer on the other pages, and make it visible only on the home page.

    I hope I helped with your problem!

    B

Viewing 1 replies (of 1 total)
  • The topic ‘Footer widget only on homepage’ is closed to new replies.