Help with CSS

Discussion in 'Dzonia WordPress Theme' started by ldrouillard, Feb 9, 2013.

  1. ldrouillard

    ldrouillard Member

    Joined:
    Oct 7, 2012
    Messages:
    70
    Likes Received:
    2
    Can you give me the CSS to make the white background of the template transparent for the body background image that I use will show through. Thanks!
     
  2. ldrouillard

    ldrouillard Member

    Joined:
    Oct 7, 2012
    Messages:
    70
    Likes Received:
    2
    Can you also give me the css to hide the body background for the mobile because it takes too long to load when this image is added. Thanks.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1. For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .body_wrapper{
    background: rgba(255, 255, 255,0.7)!important;
    }
    2. For your second issue


    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     

Share This Page