This topic has 6 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler
Hi
I am new with legenda theme, and i need a little help
First
a) i need to disable the Header & the mobile nav Menu. I will use another nav plug in.
b) i need also to change the baground color of Header & footer.
https://prnt.sc/nw2uwb
https://prnt.sc/nw2wz2
At the footer the same problem the color not change.
chers
Bill
Hello,
Thanks for contacting us.
Your site under maintenance mode, so we can’t check it. Please provide temporary wp-admin access.
Regards
ok
Hello,
Please add this code in style.css file of your child theme:
1)
.header3, .header-type-3 .menu-wrapper {
display: none;
}
2)
.header-wrapper .main-nav, .page-wrapper,
.footer .container, .page-content {
background-color: black !important;
margin-bottom: 0px;
}
Do not forget to clear cache before checking the result.
Regards
Thank you! for your fast answer.
It works and looks great!
You’re welcome!
Regards
The issue related to '‘How to disable header & mobile nav’' has been successfully resolved, and the topic is now closed for further responses