• Is there a way through css coding to make the black block behind the team translucent, so it looks more like the team blocks are on the background. Also, can i darken the site heading and menu on just one page? In this case the ensemble page.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    You can try out something like this to change the background color and only target the Ensemble page:

    `.singular-page-1424 .main {
    background: none;
    }
    .singular-page-1424 .entry {
    background: rgba(0,0,0,0.7);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘background image/border’ is closed to new replies.