Might there be a way to remove the menu button on the Lander Pro theme? My client wants a static menu across the page (I’ll use a Stack). Here’s the site: www.ultimatehealthtn.com.
Thanks!
Might there be a way to remove the menu button on the Lander Pro theme? My client wants a static menu across the page (I’ll use a Stack). Here’s the site: www.ultimatehealthtn.com.
Thanks!
Try pasting this into Settings --> Code --> CSS:
div#drop.togglebox {
display:none;
}
That should only hide the “menu” text and the “+” button, but look over the site to be sure.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.