Hi @akitzer
Thanks for the wait. Please, see your other topic for an explanation with regards to my delay in replying. Apologies again for that.
The selectors for the header and footer backgrounds are:
/* Header */
.site-header {
background: #d33;
}
.site-header.is-stuck {
background: rgba(221,51,51,0.9);
}
/* Footer */
.site-footer .footer-main {
background: #d33;
}
The second rule, .site-header.is-stuck
is a RGBA value of whatever you set as your color in the first rule. 0.9
is the opacity, setting that to 1 will make it solid.
If you’d like to make a lot of color adjustments to the theme but would prefer to continue to use the free version (all of these settings are in premium) then it’s worth checking out SiteOrigin CSS which has a visual editor you might find useful. Here is the documentation for the visual editor component of SiteOrigin CSS: https://siteorigin.com/css/visual-editor/