Skip to content

Instantly share code, notes, and snippets.

@purethemes
Created June 16, 2017 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save purethemes/b55ad2762ca3f24d17a56a8e530d426a to your computer and use it in GitHub Desktop.
Save purethemes/b55ad2762ca3f24d17a56a8e530d426a to your computer and use it in GitHub Desktop.
.woocommerce-store-notice, p.demo_store {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0;
width: 100%;
font-size: 1em;
padding: 1em 0;
text-align: center;
background-color: #a46497;
color: #fff;
z-index: 99998;
box-shadow: 0 1px 1em rgba(0,0,0,.2);
display: none;
}
.admin-bar p.demo_store {
top: 32px;
}
.woocommerce-store-notice a, p.demo_store a {
color: #fff;
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment