This article explains how to make your website navigation bar a solid colour using the SoCast Platform with the Hero 1.0 Theme. You will need to add a small piece of custom CSS code to your Website Settings.
<style>
#stickyHeader, #ribbon, .ribbon-content.site_width {
background-color: black !important;
}
</style>
Note: Replace black
with any valid colour name or hex code (e.g., #FF0000
for red) to match your branding.<style>
tag already exists in the Custom Header HTML field, copy only the code between the <style>
tags and paste it within the existing <style>
section.
#stickyHeader, #ribbon, .ribbon-content.site_width {
background-color: black !important;
}
If you have any questions or need further assistance, please contact SoCast Support.