I have purchased Groovy Menu and want to use that instead of the default navigation that is built into the theme. I have no issue installing Groovy Menu, but I can’t seem to properly disable the native menu that came with the theme.
Can you please help me disable this so that I can only use the new plugin that I have?
Activate your child theme.
Navigate to your Dashboard > Appearance > Theme File Editor, and there locate the header.php file
Comment entire code in the header.php file
You will not see the default theme header.
Or
Can you try to use this custom css code;
.site-navigation { display: none; }
Thanks
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in and have valid license to reply to this topic.