• Resolved Kristad

    (@kristad)


    Hi
    I would like to hide the background of the page when viewing the enlargement of an image in Foo Gallery. How can I make the opacity higher to hide the distracting background?

    Thanks.

    • This topic was modified 5 years, 3 months ago by Kristad.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @kristad,

    I’m sorry for the delay in replying.

    You can do this with a small CSS adjustment:

    .fbx-light, .fbx-light .fbx-caption, .fbx-light .fbx-open-caption, .fbx-light.fbx-phone .fbx-social {
    background-color: rgba(0,0,0,.7);
    }

    Change the .7 to a higher value such as .9 and it will increase the opacity to hide the background.

Viewing 1 replies (of 1 total)
  • The topic ‘Change background opacity in Foo Gallery’ is closed to new replies.