• Hi guys,

    Pretty new to WordPress.

    I was wondering how to making the background transparent ?

    And also, instead of making a child theme, can I just edit the 2012 theme in Jetpack using the CSS Stylesheet editor ?

    I’ve created a child theme about 5 times, every single time getting different results. Followed everything perfectly and it worked at times, other times it didn’t.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter aitakku

    (@aitakku)

    Sorry, here’s a link to my website:

    https://aitakku.com/

    As you can see, the background is grey.

    The header image is a PNG. I’m wanting the whole thing to be grey (without those boarders around the picture).

    Thanks

    Thread Starter aitakku

    (@aitakku)

    Never mind.

    I’m just going to use a different theme.

    Create a child theme , that will save your site from several possible dangers. Then you can comfortably change the css properties of site.I guess that you are using twentytwelve theme so thing are pretty simple for changing background.
    1. Create child theme.

    2. This is the site background css setting in style.css

    .site {
    padding: 0 24px;
    padding: 0 1.714285714rem;
    background-color: #fff;
    }
    You can change site background from this css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make a transparent background’ is closed to new replies.