Background color will not change with twentythirteen theme

  • Hi, I am trying to change the background color. I tried changing the color in web dev tools as well just to see it will change. The background color will not change to any color I try.

    body {
    background-color: green;
    margin: 0;
    font-size: 2rem;
    display: flex;
    flex: 1;
    min-height: 100vh;
    align-items: center;
    }

  • Hello

    Could you please share your site URL in question so we can take a closer look and help.

    Regards:

  • I wasn’t able to put the custom css on wordpress.com, as I think I need the paid version, so I tried to do it with the tool given, but it didn’t work either. Then I tried the same theme with wordpress.org, which allowed me to put custom css in. It didn’t work there, so I thought maybe you cannot with that theme.
    my url is artandleatherspencer/wordpress.com I think.

  • Hello there,

    The CSS you would need is:

    
    .site-main {
        background: green;
    }
    

    In order to use this CSS, the site would need to be on the premium plan.

  • Hello there,

    The CSS you would need is:

    
    .site-main {
        background: green;
    }
    

    In order to use this CSS, the site would need to be on the premium plan.

  • The topic ‘Background color will not change with twentythirteen theme’ is closed to new replies.