Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53112
    tamorgen
    Member

    I’m trying to figure out how to change the background-color of the main body of my theme. I have a background-image, and I would prefer that it completely shows through, and the posts float on the background-image, not on a semi-opaque background. I’ve created a child-theme, and I haven’t been able to figure out the CSS code to change that element.

    http://laurelwreathlodge.org/wm/

    Thanks!

    #53148
    Sakin
    Keymaster

    @tamorgen: I see that you are using Catch Box Free theme and have removed the footer credit information about Catch Box Theme. You need to acknowledge theme credit in your site. It’s the only reference we get for providing best quality theme with free support.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the grey background in your main wrapper.
    .site, #main { background: none transparent; }

    Further, if you want to remove white background form your content area then you can add the following css in “Appearance => Theme Options => Custom CSS” box

    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
        background: none transparent;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the semi-opaque background?’ is closed to new replies.