Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #972339

    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.

    • This topic was modified 6 years, 3 months ago by swotmarketing.
    #972443

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.