Topic Resolution: Resolved
  • Closed
  • Cathy Snyder
    Spectator
    May 20, 2015 at 9:36 pm #17671

    I would like to remove the footer widgets from the homepage yet keep them on all other pages.

    Roman
    Spectator
    Posts: 3147
    May 21, 2015 at 4:06 pm #17688

    not the best way, but you can use this Custom CSS to get what you need:

    .home .footer .widgets-back-inside {
    display:none;
    }

    Cathy Snyder
    Spectator
    Posts: 16
    May 21, 2015 at 4:26 pm #17699

    Thank you! That did it.