Hi, I’m using the Signify Pro (Music Dark Theme/Dark Base Color Scheme) on http://theadventurerleagues.com/. I’d like have the sidebar widget blocks have a semi-transparent background, same with the background bar behind the header image.
For the main content/posts I’m using the following code added to the additional CSS:
div#primary {
background-color: rgba(0,0,0,0.6);
}
However adding similar code but changing the div# to “secondary”, “widget-wrap”, “custom-header-overlay” don’t seem to have any effect on this. Appreciate any help! Love the theme!