ehelp

Support

Announcement Bar - Background Color Change

HTML Code Snippet to change background color of Announcement Bar

Add code below. Highlighted section can be changed to any desired color.


<style>
.announcement-bar {
background-color: #f22d8c;
}
</style>

Note you can use plain English for specific colors (”red”, “black”, etc.) but for specific color values you’ll need to use their Hex Code

Did this answer your question?
😞
😐
🤩