sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi, you can create a custom menu at Appearance > Menu and then include only the items you wish in your menu.
To get rid of the lines above and below the menu, you can use the following CSS.
.site-header, .main-navigation {
border: none;
}
If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.
Child Themes
Child Theme creation plugins
Jetpack plugin
Custom CSS plugins
If you use the web inspector in your browser, you can find the relevant CSS for the entry meta stuff so that you can change the styling. Typically you can launch the web inspector, by right clicking on an element in your site and a pane will open at the bottom of your browser window where you can find the relevant CSS.
Hello,
Wondering if you can help me. I am using a penscratch child theme which was created for me by a WP support staff, just wondering if you can tell me why It doesnt show up well on a mobile device? It comes up as a skinny narrow column
thank you
sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi @starringmaya, I looked at the site linked to your username, and it comes up and looks right on my iPhone. Are you still having this issue? If so, what phone/os/browser are you having troubles with?