Reply To: Remove “Menu” April 30, 2021 at 5:47 am #30098 Grace SupportKeymaster Hi, To remove the main primary menubar from your website Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS add below css code .mainmenu { display: none !important; } Regards Grace Themes