Make White Content Background Opaque

Discussion in 'Dzonia WordPress Theme' started by goviralmarketing, Nov 16, 2015.

Thread Status:
Not open for further replies.
  1. goviralmarketing

    goviralmarketing New Member

    Joined:
    Jul 29, 2015
    Messages:
    14
    Likes Received:
    0
    Location:
    Coogee, NSW, Australia
    I'd like to make the content background opaque so I can just slightly see the background through it.

    Can you suggest the CSS I need to achieve this?

    Thanks
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It seems that your query is related to the same website http://hrtips.gowebgomobile.com/

    If yes, could you please provide us a screenshot of the concerned area which you want to make opaque, so that we can locate it and can provide you the CSS code accordingly?

    Looking forward to hear from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. goviralmarketing

    goviralmarketing New Member

    Joined:
    Jul 29, 2015
    Messages:
    14
    Likes Received:
    0
    Location:
    Coogee, NSW, Australia
    Thanks please see attached screenshot
     

    Attached Files:

  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .body_wrapper {
        background: rgba(255, 255, 255, 0.5) !important;
    }
    .top_cornor {
      background: rgba(255, 255, 255, 0.5) !important;
      }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. goviralmarketing

    goviralmarketing New Member

    Joined:
    Jul 29, 2015
    Messages:
    14
    Likes Received:
    0
    Location:
    Coogee, NSW, Australia
    That's awesome. Thanks.
     
Thread Status:
Not open for further replies.

Share This Page