Content Background Transparent

I am using the boxed format with an image as the background. I would like to make the content background a bit transparent so you can see a bit of the background through it. Do you know how to?

Comments

  • You can try to use below css for that but this will be applied only for sections/elements that don`t have own background colors or images.
    #Wrapper { background: rgba(0, 0, 0, 0.5); }
  • Does that mean it will not work for the entire site background? 
  • The two things that are not showing transparency are the header and the revolution slider. Do you know to do that? (For the slider- I have a transparent bg for the slide with just text coming in). 

    Thanks. -James
  • As far as we know, Revolution Slider can`t be transparent but header maybe could be but we need url to your website and we need to verify it. We need to check what custom css you used so far, what header you used with what items, etc and only then we`ll be able to tell you if header and slider can be transparent.
Sign In or Register to comment.