• I had understood that we could remove the bottom footer by deleting the the copyright and footer menu data but that does not work – is this still a feature?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hello Kayley,
    you are free to modify the theme in any way you like, but modifications such as removing the author’s notice are unfortunately outside the support offer. In case you wish to customize the footer message, this option is available in the Expansion Pack.

    Thread Starter kayl3y

    (@kayl3y)

    Hi there. I do have the Expansion and one of the updates I believe had listed the ability to remove the bottom footer completely. I’ve been able to adjust it through the Expansion features to edit the copyright info but I’d prefer to remove it all together.

    I’m having issues with padding around the footer and bottom footer so I’d prefer to just have one.

    Thanks,
    Kayley

    Theme Author satoristudio

    (@satoristudio)

    While we investigate this issue, you can try adding this snippet to the “Additional CSS” tab of the “Appearance – Customize” admin section:

    .footer-copyright, footer-menu { padding: 0 !important; }

    Thread Starter kayl3y

    (@kayl3y)

    Thanks! I have done this but it didn’t seem to do anything to address the issue I still see. Site is not currently live but I can email a screenshot if helpful.

    Theme Author satoristudio

    (@satoristudio)

    Unfortunately a screenshot won’t help – I’ll need to look at the live code to give a more specific recommendation; please let me know when the page is live, I’ll take a look!

    Thread Starter kayl3y

    (@kayl3y)

    So I’ve added in this code, with no luck.

    The site (https://newlooklandscapes.ca/) still shows a bottom footer although I would like to remove it. For now, I’ve made it all white but it still looks less than ideal. Can you please help?

    Theme Author satoristudio

    (@satoristudio)

    You can try adding this code:
    .site-footer { display: none !important; }

    Thread Starter kayl3y

    (@kayl3y)

    That works to remove the footer as well as the footer widget. I’d like to still display the footer widget…

    Theme Author satoristudio

    (@satoristudio)

    Try this instead:
    .footer-copyright { display: none !important; }

    • This reply was modified 5 years, 12 months ago by satoristudio.
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Bottom Footer Still Showing After Removing Copyright and FM Details’ is closed to new replies.