Last active
July 28, 2023 06:45
-
-
Save hardik29418/10ade23708d3826c8a331dce08b1f80f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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