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
Hi, Thanks for contacting us, I would like to recommend below plugins to setup contact form in the footer. 1. https://en-gb.wordpress.org/plugins/contact-form-7/ Hope this helps...! Regards, Akbar InkThemes.com
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
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.