Thanks for responding, and apologies that you cannot see my page. We are going to launch the new site later this week. (The old version of our site does not use WP.)
I’m hoping to find a solution to this problem before we launch. We are currently making layers transparent by going into the Appearance > Customize > Additional CSS. Here’s the code we use:
#main {
background: rgba(255, 255, 255, 0.0) !important;
padding: 40px;
}
.menu-item {
font-weight: 600;
}
.entry-title {
display: none;
}
#main {
opacity: 0.85;
}