• Resolved davecadieux

    (@davecadieux)


    you can see the white text box (or container blocking out the light rock background).

    I would like to make it transparent but cannot find the correct css to fix. Can anyone help me. thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • @davecadieux,

    I would like to make it transparent but cannot find the correct css to fix. Can anyone help me. thanks

    Try this:

    #single_content {background: transparent;}

    That should work.

    But respectably note that this makes the text on the page difficult to read, as contrast is reduced and the background gets in the way (and, frankly, it looks amateurish — reminiscent of Microsoft Frontpage websites of yore ?? ).

    Thread Starter davecadieux

    (@davecadieux)

    that was the solution I needed, thanks

    I modified it to:

    #single_content {background: rgba(255, 255, 255, 0.5);}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘transparent text container’ is closed to new replies.