I was able to remove the logo and the menu wording but I still have a visible “assign menu” button on the top of the page. How can I remove it completely?
Hi Avigayl,
Thanks for reaching out.
To hide the Assign Menu text you need to add the following custom CSS code into the Theme Options > CSS or Page CSS of the specific page you have set as the Coming Soon page. Please remember to remove the custom CSS code when you launch your website otherwise the Navigation will not be visible.
.masthead-inline .desktop .x-nav
{
display:none !important;
}
Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it. Further customization should be directed to a third-party developer or you can avail One, where we answer the questions beyond normal theme support.
Alternatively, you can use the Under Construction plugin to set the Under Construction page on your website. I would suggest you go through the following article on this.
Thanks
Thank you so much. I thought I might have missed something about how to completely remove the nav from one of the pages but this code works perfectly.
Hi Avigayl,
Glad that we are able to help you.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.