• Hi, so I have managed to make a transparent box behind all content on my website, however, where the individual page content goes, such as on my ‘about’ page, I’d like an additional box with less transparency, only behind the actual text to make it more visible. Is this possible?

    Thank you!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter francesivy

    (@francesivy)

    this is the code in my ‘additional CSS’:

    .single #content,
    .page #content {
    background: rgba(255, 255, 255, 0.2) !important;
    }

    #primary,
    #secondary {
    background: rgba(255, 255, 255,) !important;
    }

    • This reply was modified 7 years, 1 month ago by francesivy.
    Ryan Zook

    (@zookcomputer)

    Is this issue resolved, or did you abandon the question? Your About page has been removed or been renamed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White boxes behind page content’ is closed to new replies.