Viewing 1 replies (of 1 total)
  • Hi appartementlabresse.be

    To set the page container opacity enter the following under Appearance > Custom CSS (Origami Premium) or into your own Custom CSS plugin (Simple Custom CSS/Jetpack Custom CSS):

    /* Origami set page container opacity */
    
    #page-container {
    background-color: rgba(255,255,255,0.1) !important;
    }

    The first three numbers are the RGB of your background color. The last number is the opacity. There are RGB and RGBA helper tools online if you need to convert a hexadecimal color to RGB and don’t have a program like Photoshop or Color Schemer Studio installed to help.

Viewing 1 replies (of 1 total)

The topic ‘Background transparent’ is closed to new replies.