Help Me Re-hide Keywords

saurorasaurora Registered Users Posts: 4,320 Major grins
edited May 28, 2007 in SmugMug Support
I recently removed whatever code I had in my CSS for hiding keywords (displayed under individual photos) so I could do some updating. I couldn't find my notes (of course) on the code I had used. I picked up 2 different codes in 2 differerent threads and I'm not having any luck re-hiding them.

This is the code I inserted:

#photoKeywords {
display: none !important;
}

I am wondering if I deleted part of the code before it? :huh

I would appreciate your help, my brain just isn't into coding this afternoon...

This is the gallery I'm working in...not all photos have keywords:

http://saurora.smugmug.com/gallery/2660653/1/143827759/Large

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 28, 2007
    saurora wrote:
    I recently removed whatever code I had in my CSS for hiding keywords (displayed under individual photos) so I could do some updating. I couldn't find my notes (of course) on the code I had used. I picked up 2 different codes in 2 differerent threads and I'm not having any luck re-hiding them.

    This is the code I inserted:

    #photoKeywords {
    display: none !important;
    }

    I am wondering if I deleted part of the code before it? eek7.gif

    I would appreciate your help, my brain just isn't into coding this afternoon...

    This is the gallery I'm working in...not all photos have keywords:

    http://saurora.smugmug.com/gallery/2660653/1/143827759/Large
    It works, just keep moving it up in your CSS till it does.


    This don't belong in your CSS, but your js.
    showPhotoBar = false;
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited May 28, 2007
    wtg Allen, was just about to post the same thing :D

    15524779-Ti.gif
  • saurorasaurora Registered Users Posts: 4,320 Major grins
    edited May 28, 2007
    Thanks guys! thumb.gif
Sign In or Register to comment.