View Full Version : Bio box lines
suspendedtimephoto
Feb-11-2008, 02:43 AM
Is there any way to remove the lines on the top and left side of my bio box on my front page?
http://suspendedtimephoto.smugmug.com
Thanks
denisegoldberg
Feb-11-2008, 03:49 AM
Is there any way to remove the lines on the top and left side of my bio box on my front page?
http://suspendedtimephoto.smugmug.com
Thanks
Add this to your CSS to remove the lines:
#bioBox,
#bioBox .boxBottom,
#bioBox .boxTop {
border: none !important
}
--- Denise
suspendedtimephoto
Feb-11-2008, 05:09 AM
Thanks Denise...not to be a pain but can it be done in the category and galleries pages as well?
denisegoldberg
Feb-11-2008, 05:11 AM
Thanks Denise...not to be a pain but can it be done in the category and galleries pages as well?
This should remove the lines on the other pages:
.box,
.boxTop,
.boxBottom {
border: none !important;
}
--- Denise
suspendedtimephoto
Feb-11-2008, 05:14 AM
Nevermind I figured it out.
Thanks again
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.