• I cannot remove the footer from the Landscape theme. The search bar, archive, and meta title just won’t go away.

    I saw the previous post about this, but everything I delete in the editor seems to cause formatting issues, and doesn’t remove the footer.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey RJScript,

    Are you using a child theme, or are you editing the style.css of the theme itself?

    Thread Starter RJScript

    (@rjscript)

    I haven’t done anything in the style sheet. I’m pretty sure it’s just the landscape parent theme. I don’t see it saying child anywhere.

    I would recommend you create a child theme and put the code into there. A simpler, and quicker option would be to use This Plugin.

    Either way, you are creating a style sheet that take dominance over your website. So adding the code here will allow the changes to take affect without any layout issues.

    Let me know if you need any more help with the coding part afterwards

    Cheers!
    [sig moderated as per the Forum Rules]

    It′s very easy. Go to the widget-area and place in each area a text-widget without content. Then all will be gone!

    Hi Guys,

    I’m trying to remove it (meta, search, archive) with the above posted suggestions, but neither the CSS plugin works nor the widget area… I just want a neat looking first page, clean and easy. My website: <a href=”https://www.erikschotman.com
    “>https://www.erikschotman.com

    Has anyone got any tips for me on how to solve this problem? After this, i hope the large footer space will automatically reduce aswell… or that will be my next question.

    THanks in advance, im a n00b regarding building websites.

    Cheers, Erik

    Hey Erik,

    Just add this code into the plugin that I suggested:

    .home #secondary {
      display: none;
    }

    Hope this helps!

    Hi,

    display : none; may not be a good idea if you care search engines. Because, even though you hide display:none; the content will still be indexed.

    You need to remove the code manually.

    Thank you,

    I’m unable to get the footer elements off of one of the pages on my site.

    I’ve created a child theme and added what “DesignsByTrey” suggested but no dice…

    https://www.romaclubphiladelphia.org

    thanks in advance.

    @sause01: If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove Footer (Search, Archive, and Meta)’ is closed to new replies.