Skip to content

Instantly share code, notes, and snippets.

@renemorozowich
Last active May 25, 2019 21:18
Show Gist options
  • Save renemorozowich/b382d8570584d0bb68bddd9e5e635276 to your computer and use it in GitHub Desktop.
Save renemorozowich/b382d8570584d0bb68bddd9e5e635276 to your computer and use it in GitHub Desktop.
Style a top menu added to an Astra child theme
.top-header-bar {
background-color: #ff0000;
text-align: right;
padding: 10px 0;
}
#menu-top {
margin: 0;
}
.menu-top-container a {
color: #ffffff;
font-weight: 600;
}
.menu-top-container li {
display: inline;
padding: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment