Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #808219

    Hi Support Team,

    I’d like to know if it is possible to remove the footer all together or at least hide it.
    Thanks

    #808281

    Hey jolian123,

    Please provide a link to the site so we can look into this further. The following should work however:

     #footer {
                      display: none !important;
             }

    Best regards,
    Jordan Shannon

    #808714

    Hi Jordan, it didn’t work.

    #808735

    Hi,

    Apologies, try the edit below:

    footer {
                      display: none !important;
             }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.