• Hi there!

    I just updated Gommero and WordPress to the latest versions and I can no longer set the opacity of the background color. The website I’m working on is https://www.celebconn.com. This is what I had (and still have) in my Custom CSS:

    body {
    font: 14px/1.5 ‘Trebuchet MS’, sans-serif;
    background:rgba(200,127,78,0.8) url(‘images/541.jpg’);
    color:#000000;
    background-attachment:fixed;
    }

    It appears that after the updates, I can set the background color in the Custom Background area, but how can I adjust the opacity without creating a gif image? Thanks!

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’ll have to change the opacity through an image editing software. CSS opacity will mess up your site.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Opacity of Background Image’ is closed to new replies.