penscratch theme customization
-
looking to eliminate the two gray lines above and below the menu on the penscratch theme. i have CSS customization enabled!
The blog I need help with is: (visible only to logged in users)
-
The lines are caused by a top border on the navigation and a bottom border on the site header. Setting those to “none” will remove the lines.
Go to the Customizer CSS section and add this code (below any other code already in the box):
.main-navigation { border-top: none; } .site-header { border-bottom: none; } -
It seems you got the help you needed. Thanks, micawbr!
Let me know if you need anything else!
- The topic ‘penscratch theme customization’ is closed to new replies.