Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #8591
    chrismeadrn
    Member

    This is probably simple but I cant seem to find where to put it. I’d like my background image to show through – so the content area on top needs to be transparent. The css is background-color:transparent; but where should I put this? Thanks. http://www.itschrismead.com

    #8637
    Sakin
    Keymaster

    @chrismeadrn: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #page, #branding { background: none transparent; }

    #8679
    chrismeadrn
    Member

    Thanks!

    #24855
    andliowoo
    Participant

    Hi there, how about making the content area and the footer background transparent too?

    #24904
    Sakin
    Keymaster

    @andliowoo: Sorry you should have posted in your site URL. Now I assume that you are using Catch Box Pro theme. Add the following css in “Appearance => Theme Options => Custom CSS” box.

    .hentry, .no-results, #author-info, #disqus_thread, #content .error404,
    #supplementary, #supplementary {
        background: none transparent;
    }
    #25452
    andliowoo
    Participant

    Thanks, that’s brilliant!

    #25467
    andliowoo
    Participant

    Hi Sakin, my url is http://wpress.dls-college.co.uk/ I’m trying to remove the horizontal line between my content and and footer widget but can’t identity it’s css to edit or make transparent, can you help?
    Thanks

    #25491
    Sakin
    Keymaster

    @andliowoo: You can simply add the following css in “Appearance => Theme Options => Custom CSS” box.
    #colophon { border: none; }

    #25562
    andliowoo
    Participant

    Brilliant, thank you again!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Transparent content area’ is closed to new replies.