I am having coding problems for my page.
I am using css inserts for http://www.conquestlife.org/twilight/
These are my inserts in the CSS insert section
body.page-id-274 {
background-color: #000000;
font-family: twilight;
font-color: #ffffff;
font-size:100%;
}
body.page-id-274 div#imagecontainer {
background-image: url(http://conquestlife.org/wp-content/u...ilightlogo.jpg) height: 225px;
}
body.page-id-274 div#menu1 {display: none;}
body.page-id-274 div.horbar1 {display: none;}
body.page-id-274 div.horbar2 {display: none;}
body.page-id-274 table#logoarea {display: none;}
The opacity won't go away (i used codes opacity: none; and opacity:0

Can someone help me, please?