Background color

  • Unknown's avatar

    My last two blogs have a green background. I’ve tried to figure out how to change it but I haven’t had any success. I’m either trying to make the color white or make the color the same on the last two posts. Anyone able to help?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello @carsoniam

    You can change the Background color by any other color of your choice. In the below given code, I have used the color code for white. Be sure the color code you use is the correct.

    
    /*this is the css for both the content box. I have used " ! " to give this css priority*/
    
    #post-382 {
        background-color: #fff!;
    }
    
    #post-449 {
        background-color: #fff!;
    }
    

    I hope it helps.

    Let us know how it went.

    Thank you.

  • Unknown's avatar

    Thanks for your help. I was able to get that but I’m trying to also change the color of my posts. My oldest posts have the white background but my two last posts have this green color that I’m trying to get rid of. I can’t figure out how to change it. I’ve gone to the background setting a couple of times to change but it doesn’t work. Any ideas? https://candersonjp1.wordpress.com/ If you look at my originally posts they had white.

  • The topic ‘Background color’ is closed to new replies.