• I would like to remove the site title from the bottom of the page, while still having it at the top of the page, and have the footer section extend across the whole of the bottom of the page. Is there a way to edit the theme to do this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, xorcise

    Thanks for contacting us!

    Please let us confirm by this screenshot.

    Thanks
    Rishabh

    Thread Starter xorcise

    (@xorcise)

    Hi, I am looking to remove the blue section on the left.

    If I wanted to remove the whole footer (blue and purple sections) can this be done also?

    Many thanks

    Hi,

    To remove the whole footer, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:

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

    I hope it will work for you!

    Thanks

    Thread Starter xorcise

    (@xorcise)

    Thats great, many thanks!

    Glad to help you!

    If you like our Theme & Support, kindly rate us HERE.

    Thanks
    Rishabh

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Site Title from Footer’ is closed to new replies.