This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change Home Page’s opacity?

Resolved 1 reply themetheme-vantage
11 years ago · Last reply by Greg Priday 11 years ago

I’m new to WordPress and CSS, I know the basics but I’m not able to find out how I can change the opacity of the Custom Homepage, so you can see the Background Image a bit through it. Is there a way to do it, if so, how can I do it?

Thomas

P.S Sry for my bad english at some points, I’m a german student :D

URL: http://ra-fortress.no-ip.org/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Greg Priday Staff 11 years, 12 days ago

    Hi Thomas

    I see you were able to figure this out. For anyone else who wants to do something similar, the following custom CSS should do the trick. You’ll just need to change the background color to whatever you like.

    #main {
        background: rgba(0, 0, 0, 0.5);
    }

    Another option would be to use a transparent background image.

    #main {
        background: url( /path/to/image.png );
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread