|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Hiding "recent photos" title?
Hello - I'm sure this is an old question, but I couldn't seem to find it through search or googling. I have hidden my breadcrumbs, which is great. On my homepage I want to display my 'recent photos' but would like to hide that title for the viewer.
Is there a simple CSS solution or do I need to do something else? home page: http://reedgummelpaintings.smugmug.com/ |
|
|
|
|
#2
|
|
|
Major grins
|
Add this to your CSS:
Code:
#recentPhotosBoxTitle { display: none; }
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
|
#3
|
|
|
Big grins
|
excellent! thank you!
|
|
|
|
|
#4
|
|
|
Big grins
|
Hi I was trying to do the same with my "events galleries" and "events sub-categories" and i used:
#eventsGalleriesBoxTitle { display: none; } #eventsSub-categoriesBoxTitle { display: none; } but is not working
|
|
|
|
|
#5
|
||
|
"tweak 'til it squeaks"
|
Quote:
.category_Events #galleryTitle, .category_Events #subCatGalleryTitle { display: none; }
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#6
|
|
|
Big grins
|
Perfect thank you!!!
|
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Change or Remove "Recent Photos" text on home page? | SimpsonBrothers | SmugMug Customization | 2 | Feb-01-2012 10:41 AM | |
| A "Recent Updated Galleries" instead of "Recent Photos" | m8o | SmugMug Customization | 4 | Dec-04-2011 05:31 PM | |
| "Recent Photo's" not updating and stuck indexing? | Gloriousnse | Bug Reporting | 3 | Apr-26-2011 04:23 AM | |
| Wrong number of photos in "Recent photos" | stufur | Bug Reporting | 1 | Aug-24-2010 04:49 AM | |
| Page titles for my Smugmug website | Mohamed.Ghuloom | SmugMug Support | 4 | Feb-28-2009 07:33 AM | |
| Thread Tools | |
| Display Modes | |
|
|