Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Strawberry Jellyfish

    (@toxictoad)

    I’m not sure exactly where you want the image to show, so apologies if I’ve misunderstood. I had a quick play in Firefox & Chrome dev tools and I got the background showing at the edges of the page by setting the wrapper background-color to transparent.

    If you want to get it showing in the main content area then you’ll have to also make the content div background transparent. I’m not familiar with the theme you are using but I’m guessing that style_dynamic.php is adding some very targeted styles based on theme settings in the admin maybe??

    It seems you have to target the css very specifically to override this, this seems to work in devtools:

    body.boxed .content, body.boxed .content .container {
        background-color: transparent !important;
    }
    Thread Starter myancey

    (@myancey)

    Thanks for your help. But this does not work either.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can not get post BG to show’ is closed to new replies.