• Resolved Css14

    (@css14)


    Hi everybody,

    I’m new to WordPress. I’d like to set a transparent sheet background only for the home page; the other pages must have the default sheet background. Notice that I need to set only the “body” background and not the page one.

    I tried with some plugins but none of them worked in my case (I’m able to set only a coloured background).

    Thank you in advance! (:

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, use this in your style.css file:

    body.home {
    background-image: url( "your-image-url-here" );
    }
    
    Thread Starter Css14

    (@css14)

    Hi,

    thank you for your support.

    However I solved using background:transparent in my style.css instead.

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Transparent Sheet Background’ is closed to new replies.