PDA

View Full Version : How do I use CSS to change Theme?


DulaMug
Jul-25-2008, 05:56 AM
How do I change the following Theme HTML with CSS to remove the top and left borders from my home page? Can you give me the CSS code? I will use what you give me as an example to make other changes to my Theme. Thanks. My website is www.billcarterphotos.com (http://www.billcarterphotos.com)

.boxBottom {
background-color: #000;
border-left: 1px solid #f3f3f3;
border-top: 1px solid #f3f3f3;
}
#bioBox .boxTop {
display: block;
border-left: 1px solid #f3f3f3;
}
#bioBox {
border-top: 1px solid #f3f3f3;
}

DulaMug
Jul-26-2008, 05:10 AM
How do I change the following Theme HTML with CSS to remove the top and left borders from my home page? Can you give me the CSS code? I will use what you give me as an example to make other changes to my Theme. Thanks. My website is www.billcarterphotos.com (http://www.billcarterphotos.com)

.boxBottom {
background-color: #000;
border-left: 1px solid #f3f3f3;
border-top: 1px solid #f3f3f3;
}
#bioBox .boxTop {
display: block;
border-left: 1px solid #f3f3f3;
}
#bioBox {
border-top: 1px solid #f3f3f3;
}Problem solved by Allen. :clap