Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #238602
    Maria Nehro
    Participant

    On my homepage (Front page) I have a few widgets in the footer area, like this:

    http://helensjoholm.nu/_eng/

    Is it possible to disable the footer area in my posts, and show all the widgets in the sidebar instead? (To show the footer area only on the front page?)

    #238659
    Skandha
    Participant

    @heleneng: Hello there,
    To hide the footer area in single posts
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post #supplementary {
        display: none;
    }

    Now, to show the widgets in the footer area in the sidebar of your posts you will need to
    Go to => Appearance => Customize => Widgets => Primary Sidebar => Add the widgets here.

    Let me know if this what you want!
    Kind Regards,
    Skandha

    #238705
    Maria Nehro
    Participant

    Yes, thank you very much, it works fine!!
    Just one more question (which I forgot to ask from the very beginning):
    Is it possible to hide the footer area on my pages too? Because right now my pages show the same widgets both in the sidebar and in the footer area. It would be perfect if the pages looked the same as the posts; with widgets only in the sidebar.
    (After this question my website looks exactly as I want it…)

    #238754
    Skandha
    Participant

    @heleneng: Hello there,
    To hide the footer are on pages
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page #supplementary {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #238879
    Maria Nehro
    Participant

    Yes, it works! Thank you very much, I´m so grateful!!

    #238893
    Skandha
    Participant

    @heleneng: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable footer area in posts?’ is closed to new replies.