Hello,
Not sure what you want to change in the footer!
If you want to shorten your copyright text
1. Go to Dashboard>>Footer>>Footer Text
2. Edit your copyright text inside Footer Copyright Text field and save it.
or else please mention clearly what changes you want to make.
Best Regards,
How do I hide completely the lower menu so that the footer text can be completely unhindered? Thanks
Hello SEO,
You can follow the steps;
1. Please go to Appearance>> Menus
2. Under Menu Settings, uncheck the footer menu
3. Save it
or simply add the followng css inside the additional css field of your customizer;
#footer ul {
display: none;
}
Thanks!
Problem fixed. Thank you for the amazing support.