Home>Support>Change Home Page’s opacity?

Change Home Page’s opacity?

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Greg Priday
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More