Can you send me the code to remove the child page drop downs from the main navigation? Example: http://phptutorials.co/ The 'Members Area' in the main navigation has 'Account' as a drop down. I would like those not to show up. ______________________________ Also, is there a code for removing the borders from inserted tables? Thanks!
Hello, 1.For your first issue Go to Appearance > Menus Create a custom menu and only add the pages that you want to show in the navigation bar. 2.For your second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: tbody tr td { border: none!important; }