Adjust Focus Dark Background Opacity

Here’s a css snippet to adjust the black background opacity when using the Focus page, code goes in the custom css box (page info > header > css):

body.focus:not(.m) #focus-background{ background: rgba(0,0,0,.55); }

Adjust the .55 value as needed.

Was this helpful?