• hallo,
    i have installed imagely ansel theme which used several front page widgets and a huge footer.
    my footer now just reduces to my name and i have removed all widgets on home pages except titles
    so i’d like to have my home page just the slideshow without footer (so without vertical scroll bar like :
    https://elizabethlepage.com/
    remove footer from all pages too

    i can install genesys simple edits but what must i do then ?

    best regards
    marc

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Nick C

    (@modernnerd)

    Hi, @grosloulou!

    You could hide the footer with CSS if you wish:

    1. Visit Appearance → Customize → Additional CSS.
    2. Add this code to the CSS area:

    .site-footer {
        display: none;
    }

    3. Save your changes.

    The grey footer bar will then no longer be visible.

    Thread Starter grosloulou

    (@grosloulou)

    thank you very much !

    in the meantime imagely answered :

    Have you tried some custom CSS such as:

    footer.site-footer { display: none; }

    That should take care of not showing the footer at all while retaining the necessary code constructs that may be needed for other features and functionality.

    is it similar ? what is the best one to use, yours ?

    marc

    Plugin Support Nick C

    (@modernnerd)

    You’re welcome, Marc!

    Either of the CSS snippets you’ve been offered will work here. Neither one is better in this case.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove a footer from imagely ansel theme’ is closed to new replies.