Startpoint: Need help

Discussion in 'StartPoint Business One Page WordPress Theme' started by vblaes, Aug 26, 2015.

  1. vblaes

    vblaes Member

    Joined:
    Jan 8, 2013
    Messages:
    96
    Likes Received:
    1
    I'm working on updating my website using Startpoint (been working on and off over the past couple of months).

    I'm trying to delete the menu in the footer. I went through some threads and saw where someone had the same problem. I entered the code suggested in the Styling Options box, but it didn't work. Can you help? Thanks.
     
  2. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    In the menu area just build a new menu with no items in it. then select that menu for the footer area
     
  3. vblaes

    vblaes Member

    Joined:
    Jan 8, 2013
    Messages:
    96
    Likes Received:
    1
    Thanks! :)
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can also use the below CSS code in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard to remove that footer menu.

    Code:
    .footer-menu.nav-collapse {
        display: none;
    }
    Hope it will also work...:)

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page