PDA

View Full Version : Remove text from Gallery page


lorip
Feb-04-2009, 05:02 PM
Hello !! How do I remove

Gallery pages: 1

from the top and bottom of a gallery page? It's on my 'About Me' page. I'm not sure where it is coming from.

thanks!http://www.dgrin.com/images/icons/icon5.gif

jfriend
Feb-04-2009, 07:39 PM
Add this CSS:


.gallery_7180993 .pageNav {display:none;}

Also, I would suggest going into customize gallery for that gallery and turn off easy sharing (makes the share button go away) and turn off comments (unless you want comments here).

On my system, your navbar is wrapping. It looks like you need to expand it's width a small amount like this:

#navcontainer
{position: absolute;
top: 16px;
_top: 10px;
right: 15px;
width: 600px;}

lorip
Feb-05-2009, 11:42 AM
Add this CSS:


.gallery_7180993 .pageNav {display:none;}

Also, I would suggest going into customize gallery for that gallery and turn off easy sharing (makes the share button go away) and turn off comments (unless you want comments here).

On my system, your navbar is wrapping. It looks like you need to expand it's width a small amount like this:

#navcontainer
{position: absolute;
top: 16px;
_top: 10px;
right: 15px;
width: 600px;}

The nav bar wrapping was going to be my next question. Thanks for the info.