View Full Version : Problem with a Theme
PeterGar
Sep-02-2008, 02:09 PM
Hi all!
I'd like to use the Theme called "Earth" (found in the "Elegant" category), but when I select that theme, there's a bar that appears at the the top of the page that obstructs my banner.
Is there any way to remove the bar?
See for yourself: http://photos.petergarr.com/7192008
This is how it looks using a different theme, without that bar: http://photos.petergarr.com/4202008
Thanks!
denisegoldberg
Sep-02-2008, 02:36 PM
I'd like to use the Theme called "Earth" (found in the "Elegant" category), but when I select that theme, there's a bar that appears at the the top of the page that obstructs my banner.
Is there any way to remove the bar?
Add this to your CSS:
#extraDiv1 {
display: none;
}
--- Denise
PeterGar
Sep-02-2008, 02:53 PM
Add this to your CSS:
#extraDiv1 {
display: none;
}
--- Denise
Thanks Denise. That didn't seem to do it. For example, http://photos.petergarr.com/Weddings. Any other ideas?
Here's my CSS:
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://petergarrphotography.smugmug.com/photos/361912992_wTYox-O.jpg) no-repeat;
_background: none;
/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
#feeds {
display:none;
}
#userBio {
width: 550px;
display: inline;
float: left;
position: relative;
}
/* turn off the login link on the minifooter */
.loginLink {
display: none;
}
#extraDiv1 {
display: none;
}
PeterGar
Sep-02-2008, 02:54 PM
Also, I have the code in there to hide the Login on the footer, but it's still showing up. Que pasa with that? :dunno
Allen
Sep-02-2008, 03:14 PM
Thanks Denise. That didn't seem to do it. For example, http://photos.petergarr.com/Weddings. Any other ideas?
Here's my CSS:
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://petergarrphotography.smugmug.com/photos/361912992_wTYox-O.jpg) no-repeat;
_background: none;
}
/* hides your name (including any 's) */
#userName {
display: none;
}
...
See red in quote above. You are missing a closing } and it's messing the
CSS below it.
PeterGar
Sep-02-2008, 03:35 PM
THANK YOU ALL SO MUCH!!!!! :clap
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.