• Hi There,

    I am a super novice with wordpress and wanted to know how to remove the background image on the below blog. I just want a plain white background. If you could provide step by step instructions that would be very much appreciated.

    https://deviscloset.com/blog/

Viewing 6 replies - 1 through 6 (of 6 total)
  • In your admin panel go into Appearance > Customize.
    Click on colors to set the background color & then Background Image and select no image, save and your set.

    Thread Starter deviscloset

    (@deviscloset)

    Unfortunately this didn’t work ! Not sure why! I hit save and publish. The white color code is ffff and the image still shows up even when I have it on no image. Any other ideas?

    The color code should have either 3 or 6 f’s and make sure you refresh your page.

    Thread Starter deviscloset

    (@deviscloset)

    I refreshed the page. The image and color are still there. Any other thoughts on why i can’t remove?

    If you dont have a custom css plug-in installed, activate the one in Jetpack.
    Then add the following code in Appearance > Edit CSS.

    .home.blog.custom-background {
        background: url();
    }

    Thread Starter deviscloset

    (@deviscloset)

    Thanks so much! this worked…

    I am also looking to clean up my social media icons under each blog. Do you have insight on how i could do this? I was acutally in the widget area playing with this and the sizing did not work. I would like everything to be identical to the facebook like on the bottom.

    I am not sure what the big thumb is doing! The tweet and facebook buttons are larger than the other icons. Do you know how i can get this all uniform and remove the thumb icon.

    https://www.deviscloset.com/blog.

    Thanks again for helping cleanup the background!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove background image from Twenty 10 Theme 1.2 on WordPress 3.8’ is closed to new replies.