I am using the Themia theme and I wanted to see if there was a way to remove the menu bar from the footer. I am using a custom menu at the top of the page and I have seen that I can't use a custom menu in the footer but there are pages that I don't want to appear in the menu bar at all. So is there a way to just remove the menu bar completely from the footer? Here is a link to my site: http://cobblestonecafe.net/
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer .footer_menu { display: none; } This will solve your issue.