• Closed
  • Cathy Snyder
    Spectator
    23.09.2015 at 16:20 #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: 2656
    23.09.2015 at 22:18 #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
    28.09.2015 at 22:34 #21003

    Can the footer be displayed on all the portfolio pages

    Denzel Chia
    Moderator
    Posts: 2656
    29.09.2015 at 10:00 #21025

    Hi,

    Please post all your portfolio pages url.

    Thanks!
    Denzel