• Help! I have searched everywhere and can’t seem to find a way to make the footer transparent behind my footer image (png with transparency).

    I am wondering if it’s even possible? I’m using the thesis theme.

    You can see what is broken here: https://www.aliasalisa.info

Viewing 2 replies - 1 through 2 (of 2 total)
  • add this to your layout.css..

    #header, .custom #content_box{
        background-color:#FFFED4 !important;
    }
    .custom #header{
        height:222px !important;
        margin-bottom:0 !important;
    }
    #page{
        background:none !important;
    }

    -Raby

    Thread Starter aliasalisa

    (@aliasalisa)

    My hero, worked perfectly!!! Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘footer background transparency’ is closed to new replies.