I went all the way through making background transparent for each and every theme sections but could not achieve that for Top Bar and Footer.
Current CSS code for Top Bar is:
#top-bar {
background: none repeat scroll 0 0 transparent;
border-bottom:0px solid #222;
height: 54px;
position: relative;
z-index: 10;
}
Current CSS code for Footer is:
#footer {
background: none;
box-shadow: 0 -0px 0px 0 #000000;
height: 49px;
position: relative;
}
My website is: http://www.appalandes.com
Please tell me what am I doing wrong? Is there a way to force the entire theme background transparent?
Many thanks in advance.
