Skip to content

Instantly share code, notes, and snippets.

@hardik29418
Last active July 28, 2023 06:45
Show Gist options
  • Save hardik29418/10ade23708d3826c8a331dce08b1f80f to your computer and use it in GitHub Desktop.
Save hardik29418/10ade23708d3826c8a331dce08b1f80f to your computer and use it in GitHub Desktop.
<style>
.announcement-bar-parent a {
text-decoration: none;
}
.announcement-bar-message {
font-size: 14px;
margin: 0px;
text-align: center;
padding: 10px 0px;
background-color: {{ section.settings.announcement_bar_background_color }};
color: {{ section.settings.announcement_bar_text_color }};
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment