Remove the footer menu

Discussion in 'Themia WordPress Theme' started by mgreczy, Sep 3, 2013.

  1. mgreczy

    mgreczy New Member

    Joined:
    May 31, 2012
    Messages:
    1
    Likes Received:
    0
    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/
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page