• Hi,
    I am using Justwrite theme. I want to remove the footer section at the bottom of the page entired where we have the return to top button (along with the adjoining text).
    Please let me know how to do this.
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author acosmin

    (@acosmin)

    #main-footer { display: none !important; }

    Thread Starter ckadmin

    (@ckadmin)

    On second thoughts, I’ve rather grown to like this footer area.
    Is it possible only to remove the “Back to Top” arrow image?
    Thanks.

    Theme Author acosmin

    (@acosmin)

    .back-to-top { display: none !important; }

    Thread Starter ckadmin

    (@ckadmin)

    Thanks a lot ??
    One last question. If you visit my website chitrakathaa.com, you will see a lot of space at the end of the page, below the copyright text and Return to top button. Is there any way to remove the unwanted space?

    Theme Author acosmin

    (@acosmin)

    .footer-wrap { padding-bottom: 0 !important; }

    or change 0 to a value in pixels, like 50px

    • This reply was modified 8 years, 1 month ago by acosmin.
    • This reply was modified 8 years, 1 month ago by acosmin.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I want to remove the footer section’ is closed to new replies.