Hello MickeSeise,
Please try to use the following CSS code to hide (not completely remove) the footer menu.
You can add CSS code to your site with Simple Custom CSS plugin (just copy CSS code and paste it in Dashboard → Appearance → Custom CSS after installing and activating the plugin). Also you can add CSS code directly to style.css file of your child theme.
nav#footernav {
display: none;
}
Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
Where do I find the plug-In?
Thanks 4 your help, I’ll look in to that.
You are welcome MickeSeise,
Kind Regards, Roman.
Just another question about the header image, is there any code to shorten the height a bit? I don’t know if people that visit the site knows that they should scroll to see the content.
Hello MickeSeise,
Please try to use this CSS code:
div.header-image,
img.large-header,
img.small-header {
max-height: 80vh;
}
Kind Regards, Roman.
It helped thanks.
Best regards Micke Seise
My site