• Resolved JanicePetersen

    (@janicepetersen)


    I have the new updated Jolene theme but still can’t find a way to change the content background color. It’s defaulted to white and I want black. I am not really good with .css. Is there something I can add with a custom edit? Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Sam

    (@soumendra)

    Hello,

    Can you please provide the link to your site, so that i can help you regarding that.

    Thank you.

    Thread Starter JanicePetersen

    (@janicepetersen)

    Thanks for taking a look Sam! Please ignore the html…it’s just there to give me an idea of the old layout. Removing as I create.

    https://chassisdynotuningillinois.com/wordpress/

    Thread Starter JanicePetersen

    (@janicepetersen)

    Hi Sam! Were you able to find anything to help? I’m still stuck.
    Thanks!! Janice

    I have the same Problem. Normaly i`m good with html and css – but now i have no idea how to change the Background color.

    Janice did you figure out how to change the content background? Thanks!

    I figured it out here’s the CSS Code to enter into your child theme, I used a picture with a gradient which I uploaded via SFTP to the theme folder but you could use Background: blue; or any color you want under .site-content the background for .content must stay transparent

    .content {
    background: transparent;
    overflow: auto;
    }
    .site-content {
    background-image: url(../jolene-child/BlueBackground.jpg);
    box-shadow: 0 0 4px 4px #999;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change content background color’ is closed to new replies.