How to remove black lines around header image in Pilcrow?
-
Hi– I have the Pilcrow theme with the customization upgrade… will that allow me to remove the black lines framing my custom header image? I removed the menu, but the lines remain. Any CSS codes, or an even easier way I’m just missing?
Blog is http://shellchicd.com/.
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use CSS to remove those lines. If you’re new to CSS, we have tips for getting started here:
To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can add the following CSS to remove the black lines above and below your header image:
#header img { border: none; } #nav { border: none; }Please let me know how this goes! :)
If you have other CSS questions, most of our CSS support is done in the CSS Customization forum by both staff and volunteers:
https://en.forums.wordpress.com/forum/css-customization -
-
- The topic ‘How to remove black lines around header image in Pilcrow?’ is closed to new replies.