Remove text from Gallery page

loriplorip Registered Users Posts: 74 Big grins
edited February 5, 2009 in SmugMug Support
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!icon5.gif

Comments

  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited February 4, 2009
    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;}
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • loriplorip Registered Users Posts: 74 Big grins
    edited February 5, 2009
    jfriend wrote:
    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.
Sign In or Register to comment.