Hi,
I would like to remove the “add a menu” button, I was searching on the forumk, but I cannot find the CSS or the option for that.
Could you help me please?
Hi,
I would like to remove the “add a menu” button, I was searching on the forumk, but I cannot find the CSS or the option for that.
Could you help me please?
Hi @bardogris,
Use this css code:
#header .top-header .header-navigation {
display: none;
}
thanks,
Cristian
Thank you very much, but I still can see the button in the mobile version.
Could you help me with this too, please?
Hi @bardogris,
If you will remove the add menu, then you will not see the button menu.
If you want to change your menu you need to create your own menu in Appearance -> Menu.
There, use custom links. Each page section has its own link as written below.
./#about
./#projects
./#testimonials
./#services
./#latest-news
./#counter
./#team
./#contact-us
Thank you,
Cristian
Hello,
As you could see in the picture attached, the menu button is still there in the mobile version.
How I could remove?
Regards.
Hi,
Use this css code:
@media only screen and (max-width: 992px)
.open-responsive-menu {
display:none;
}
}
Thank you,
Cristian
Hi, I just tried but is still there. U__U
Give me in a private message a wp admin password and an user and I will see why is not working.
Thanks,
Cristian
Hi again,
Thanks for help,this are the datas:
http://www.hasefant.de/hasefant/wp-admin/
Login: Top4admin
Pass: oU8Y^*ASuEiPf9JI
Hi,
The credentials are not working.
Could you check?
Thanks,
Cristian
sorry the pass is;
Dhxa5eRe7Sy25%Qw
The same error I could not login, sorry.
I could login, this is the error that appears in wordpress.
Fix this error as it says there and after you could use the css code that I sent to you.
Thanks,
Cristian
Hi again, sorry for the delay in the answer.
I already fix the problems, but I still having the same mistake in the code. The menu button still appearing in the mobile version.
Best regards.
Hi @bardogris,
I loged in, but I could not make the changes since you need to install a custom css plugins. Please instal this css plugin :
and then try to copy and paste this code:
@media only screen and (max-width: 992px)
.open-responsive-menu {
display:none;
}
}
Thanks,
Cristian