Options

How do I remove x galleries with y photos

photocreationsphotocreations Registered Users Posts: 25 Big grins
edited October 4, 2008 in SmugMug Support
Can someone tell me "simply" how to remove the number of galleries and photos that's under each gallery?

Thank you!

www.kcphotocreations.com

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 4, 2008
    Can someone tell me "simply" how to remove the number of galleries and photos that's under each gallery?

    Thank you!

    www.kcphotocreations.com
    Add this to your CSS

    p.description {display: none;}

    If you want to delete. Updated: Aug 07, 2008 10:46am PST
    Add this also

    p.updated {display: none;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    photocreationsphotocreations Registered Users Posts: 25 Big grins
    edited October 4, 2008
    Thank you!!!
    Allen, I truly appreciate your input and it got rid of the update and photo count info, but is there a way to do this and keep my gallery descriptions in there?

    Thank you
    Allen wrote:
    Add this to your CSS

    p.description {display: none;}

    If you want to delete. Updated: Aug 07, 2008 10:46am PST
    Add this also

    p.updated {display: none;}
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 4, 2008
    Allen, I truly appreciate your input and it got rid of the update and photo count info, but is there a way to do this and keep my gallery descriptions in there?

    Thank you
    Try this

    remove this
    p.description {display: none;}

    add these
    #categoriesBox p.description {display: none;}

    #galleriesBox p.description {display: block;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    photocreationsphotocreations Registered Users Posts: 25 Big grins
    edited October 4, 2008
    Hmmm...for some reason that did not work. This is how I have it:

    #userName, #userHome {display: none;}
    #categoriesBox p.description {display: none;}
    #galleriesBox p.description {display: block;}
    p.updated {display: none;}

    Allen wrote:
    Try this

    remove this
    p.description {display: none;}

    add these
    #categoriesBox p.description {display: none;}

    #galleriesBox p.description {display: block;}
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 4, 2008
    Hmmm...for some reason that did not work. This is how I have it:

    #userName, #userHome {display: none;}
    #categoriesBox p.description {display: none;}
    #galleriesBox p.description {display: block;}
    p.updated {display: none;}

    headscratch.gif Must be on different pages. Looks like it's working here. Category box
    only has category titles and sub-cat pages has the gallery descriptions
    showing. Wasn't that what you wanted?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    photocreationsphotocreations Registered Users Posts: 25 Big grins
    edited October 4, 2008
    So sorry Allen rolleyes1.gif ...you are right....for some reason I was thinking the description should be on the home page bowdown.gif You are the man and thank you for your patience and guidance....appreciate your feedback a bunch thumb.gif
    Allen wrote:
    headscratch.gif Must be on different pages. Looks like it's working here. Category box
    only has category titles and sub-cat pages has the gallery descriptions
    showing. Wasn't that what you wanted?
Sign In or Register to comment.