My home page is fine but my other pages have two menus at the top of the page (a main menu and a top menu). I only want one menu at the top of the page. If I remove either of the menus in the Menu Settings a message that says "Setup Menus in Admin Panel" appears in place of the removed menu.
This reply has been marked as private.
Dear,
Please paste the code in WP-admin > Appearance > Customization > Custom Css > Publish.
div#headertop { display: none !important;}
this will hide the header top forever.
refer:
http://prntscr.com/o59blx
This reply has been marked as private.
Hi
Please paste the below custom css code to
Wp-admin > Appearance > Customiser > Custom css > publish
body.page-template #headertop{display:none;}
Hope it works for you now. Do let us know.
This reply has been marked as private.
Okay, so now the code is working fine and I have fixed the issue. I have just added the code at the top of the customizer.
You can check your website now.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.