The easiest way to override default page styles is by identifying the element you would like to modify using Chrome Developer Tools, Firebug, or another browser inspector, then using CSS to override the default styles.
Change Footer Color
For example, to change the color of the footer as well as the footer’s top border color you could insert a snippet of CSS such as this:
#footer {
background:#27AE60 !important;
border-top:10px solid #2ECC71 !important;
}
To completely override any style you should use !important to denote the style as an override.
Contact Our Support Forums for Help
We are perpetually seeking to evolve our product as well as our support process. If you didn't find your answer here take a moment to visit our support forums as well as submit your ideas on how we can bring Boingnet to the next level!
Support Forums