Hi, i would like to make the background (white color currently) in transparent,
Please check https://imgur.com/5i0PLpu ,
I want the whole section within the red highlight under transparent.
Please advise me on the css.
Provided the link under private content.
Hey swotmarketing,
This is the css needed:
#inquirybg{
background:rgba(255, 255, 255, 0.5);
}
How ever the white background of the main container prevents the effect from being fully realized.
Best regards,
Jordan Shannon