Footer has same menu

Discussion in 'VideoMember WordPress Theme' started by vin_narayan, Mar 9, 2018.

  1. vin_narayan

    vin_narayan New Member

    Joined:
    Feb 25, 2018
    Messages:
    11
    Likes Received:
    0
    Hi,

    The footer of the pages has same menu at the top of the page.

    I would like to remove all in the footage, and add a contact page. Please let me know me know how to do that?

    Thanks
    Vin
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
  3. jenniferross

    jenniferross New Member

    Joined:
    Mar 13, 2018
    Messages:
    1
    Likes Received:
    0
    I would also like to know how to remove the main menu from the footer. I would like that area blank.
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for contacting us,

    To remove the footer menu, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer_top div#menu {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  5. gosells

    gosells New Member

    Joined:
    Jul 20, 2017
    Messages:
    15
    Likes Received:
    0
    hello jenniferross and vin_narayan!

    another possibility - create your own menu:

    wp dashboard ----> appearance ---> menu

    Create a new menu
    - Name: MainMenu (Position in the Theme) main menu to arrange
    home, pages, posts, individual links and categories to arrange the menu

    - Name: FooterMenu (position in the theme) footer menu to arrange
    To arrange pages (such as terms and conditions, privacy policy, etc.)

    If you want to leave the line free with the FooterMenu, just create the FooterMenu and assign it to the Footermenu, but then do not put any pages in the FooterMenu.


    so you can create an individual menu yourself

    The existing menu will be replaced.
     

Share This Page