Skip to content

Instantly share code, notes, and snippets.

@renemorozowich
Created October 11, 2019 13:19
Show Gist options
  • Save renemorozowich/634c6eecd025f70643c1be68ee19e52d to your computer and use it in GitHub Desktop.
Save renemorozowich/634c6eecd025f70643c1be68ee19e52d to your computer and use it in GitHub Desktop.
Style a bottom menu (after header) added to an Astra child theme
.bottom-header-bar {
background-color: #ff0000;
text-align: right;
padding: 10px 0;
}
#menu-bottom {
margin: 0;
}
.menu-bottom-container a {
color: #ffffff;
font-weight: 600;
}
.menu-bottom-container li {
display: inline;
padding: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment