Footer on home page only

  • Posted in : Read WP
  • ilyataran
    Participant

    Dear Pixelwars,

    Can I have the footer to be shown only at homepage?

     

    Thank you!

    blairwarren
    Participant

    You might try adding the following 2 rules (in the exact order shown) to the Custom CSS area of your Theme Options > Style page:

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

    PS. I’m not with Pixelwars – just a fellow Read WP user – so no guarantees this will work. But I believe it will. Good luck!

    ilyataran
    Participant

    Thank you, blairwarren! It worked!

    blairwarren
    Participant

    Glad to hear it. Thanks for letting me know.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register