PDA

View Full Version : Hide or disable theme box


dktruckley
Jan-30-2008, 05:19 AM
I would like to disable or hide the theme box that is behind my featured galleries!!

Thanks
Dennis

Allen
Jan-30-2008, 05:41 AM
I would like to disable or hide the theme box that is behind my featured galleries!!

Thanks
Dennis
Can you be a little more specific and post a link? Are you referring to the box
background? And only on the "feature photos box"?

dktruckley
Jan-30-2008, 05:51 AM
Can you be a little more specific and post a link? Are you referring to the box
background? And only on the "feature photos box"?

Yes. I believe. www.truckley.com (http://www.truckley.com) The gradiant box that is behind both featured photo galleries. It also looks like once I remove the box, the photos and text will not be centered on the page.

Thanks a million for all your help!! My site changes are coming along slowly, but surely.
Thanks again.
Dennis

Allen
Jan-30-2008, 06:34 AM
Yes. I believe. www.truckley.com (http://www.truckley.com) The gradiant box that is behind both featured photo galleries. It also looks like once I remove the box, the photos and text will not be centered on the page.

Thanks a million for all your help!! My site changes are coming along slowly, but surely.
Thanks again.
Dennis
Your site is difficult to check with WebDev because the info box text wraps.
Add the red to this.

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

Add this to your CSS.

#featuredBox .boxBottom {
background: none !important;
}


If you also want the borders removed add this instead.

#featuredBox .boxTop,
#featuredBox .boxBottom {
background: none !important;
border: none !important;
}

dktruckley
Jan-30-2008, 07:05 AM
Your site is difficult to check with WebDev because the info box text wraps.
Add the red to this.

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

Add this to your CSS.

#featuredBox .boxBottom {
background: none !important;
}


If you also want the borders removed add this instead.

#featuredBox .boxTop,
#featuredBox .boxBottom {
background: none !important;
border: none !important;
}


Thanks Allen, worked great. The two featured galleries are not centered on my home page. Can these be centered or is it not a big deal?

Thanks again.
Dennis