Transparent footer and content background

  • Unknown's avatar

    Hi all,

    I’ve been trying to do this in the css custom editor with no luck.

    I would like to make my content background transparent along with the footer. I am using the singl theme and have upgraded to the customizer.

    Any help would be appreciated!

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You can either set them to be fully transparent using the first example provided although I think it makes the text harder to read. Or, alternatively, you could use the second example and set the background to be partially transparent, try them both out and see:

    .hentry,
    #colophon {
      background:transparent;
    }
    .hentry {
      background:rgba(255,255,255,0.3);
    }
    
    #colophon {
      background:rgba(0,0,0,0.5);
    }
  • Unknown's avatar

    thank you halluke! now this might seem just as easy but how would i do this for the header as well?

  • Unknown's avatar

    nvm figured it out!

    we can close this bad boy up.

  • The topic ‘Transparent footer and content background’ is closed to new replies.