PDA

View Full Version : Get rid of "Whats This" on Popular Photos page


RonD200
Mar-08-2010, 05:36 PM
I have a Popular Photos page on my site and would like to get rid of the "What's This" in the breadcrumb. How would I go about doing this?

Here's a link to my Popular Photos page.

http://ronskinner.smugmug.com/popular/#643289945_NiCn3

Thanks

RogersDA
Mar-08-2010, 05:59 PM
I have a Popular Photos page on my site and would like to get rid of the "What's This" in the breadcrumb. How would I go about doing this?

Here's a link to my Popular Photos page.

http://ronskinner.smugmug.com/popular/#643289945_NiCn3

Thanks
You could add this to your CSS:


#breadCrumbTrail .note {
display:none !important;
}

RonD200
Mar-08-2010, 06:28 PM
You could add this to your CSS:


#breadCrumbTrail .note {
display:none !important;
}
Thanks for your help, I modified the code slightly and this works for me...


.popularGallery .note {
display:none !important;
}