Custom footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • #15303
    Myleene
    Participant

    How to hide a custom footer to only one page ? (not main page)

    I want to create a landing page (with landing page template) and add content only in footer.
    I try to load a custom footer in landing page template with “get “myfooter” but this dooesn’t work.

    • This topic was modified 12 years, 1 month ago by Myleene.
    #15334
    Daniel Tara
    Keymaster

    Every page adds a unique class to the body tag like page-id-xx where xx is the id of the page. You can add something like this in the css to hide the footer:

    .page-id-xx #footer {
    	display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.