• Closed
  • Cathy Snyder
    Spectator
    September 23, 2015 at 4:20 pm #20858

    I’m using alora theme. I like the footer widgets on the entrance/home and the blog pages. How do I remove them from the static pages which is using the sidebar. Don’t make sense to see the same content. Thank you!

    Denzel Chia
    Moderator
    Posts: 2672
    September 23, 2015 at 10:18 pm #20864

    Hi,

    Please use the following code in Theme Options -> Custom CSS

    .footer-area{
    display:none;
    }

    .home .footer-area{
    display:block !important;
    }

    .single .footer-area{
    display:block !important;
    }

    Thanks!

    Cathy Snyder
    Spectator
    Posts: 16
    September 28, 2015 at 10:34 pm #21003

    Can the footer be displayed on all the portfolio pages

    Denzel Chia
    Moderator
    Posts: 2672
    September 29, 2015 at 10:00 am #21025

    Hi,

    Please post all your portfolio pages url.

    Thanks!
    Denzel