Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ceylon Systems

    (@ceylonsystems)

    Hi @dburney,

    Thank you for using IgniteUp. To play with the background overlay transparency, you can use the following CSS code in the Custom CSS option in the IgniteUp options page.

    #page-content-wrapper{background-color: rgba(0, 0, 0, 0.3) !important;}

    rgba(0, 0, 0, 0.3) is an RGBA color value, specified with: rgba(red, green, blue, alpha). The alpha parameter is a number between 0.0 (fully transparent) and 1.0 (fully opaque).

    Hope it helps.

    Thanks!

    Thread Starter dburney

    (@dburney)

    Perfect! I just found this myself using my web inspector – but glad to know I was on the right track. Great plug-in and themes BTW.

    Thanks!

    Dave Burney

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Compact Background Customization…’ is closed to new replies.