Remove shadow under menu bar in twenty eleven
-
Hi. I successfully removed the shadow above the header in 2011 with this code (added to customised CSS revisions) supplied in another forum question.
#branding {
border-top: none;
}
I would like to remove the shadow under the menu bar too. Would that be similar code? I’m not sure if ‘bottom’ is the correct word to use, or if ‘border’ encompasses the menu bar, or just the header. Thank you. eg.
#branding {
border-bottom: none;
}The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Remove shadow under menu bar in twenty eleven’ is closed to new replies.