Menu Bar not working
-
Trouble with menu bar links not working on iPad. Also how to remove search box on menu bar
The blog I need help with is: (visible only to logged in users)
-
Howdy,
In what way are the menu links failing for you on an iPad? What version of iOS are you running (typically found via Settings->General->About->Version on your iPad)?
For the search icon, you can add a small bit of Custom CSS via Appearance->Customize->CSS (direct link: https://jannpollardweb.wordpress.com/wp-admin/customize.php#css ). In the code box that displays, add the following code and save.
.only-search { display: none; } #branding .only-search + #access div { padding-right: 0px; }Cheers!
- The topic ‘Menu Bar not working’ is closed to new replies.