View Full Version : How Can I...
jandrewnelson
Aug-09-2009, 08:27 AM
#1) Remove ">Photography>Posters" from this gallery and..
#2) Remove the words "Gallery Pages: 1" from this gallery?
The link is: http://meesoon.smugmug.com/gallery/9211280_5ah5D/1/615017837_7TcTx
Thanks and blessings
Jerry Nelson
www.meesoon.smugmug.com (http://www.meesoon.smugmug.com)
jfriend
Aug-09-2009, 08:49 AM
Try this CSS:
.gallery_9211280 #breadCrumbTrail, .gallery_9211280 .pageNav {display:none;}
jandrewnelson
Aug-09-2009, 09:10 AM
Try this CSS:
.gallery_9211280 #breadCrumbTrail, .gallery_9211280 .pageNav {display:none;}
Which block in the site wide cusomization panel do I paste that line of code into?
Thanks
www.meesoon.smugmug.com (http://www.meesoon.smugmug.com)
jfriend
Aug-09-2009, 09:21 AM
Which block in the site wide cusomization panel do I paste that line of code into?
Thanks
www.meesoon.smugmug.com (http://www.meesoon.smugmug.com) The one labeled "CSS".
jandrewnelson
Aug-09-2009, 09:24 AM
The one labeled "CSS".
Awesome!! Thank you very much!
Jerry
www.meesoon.smugmug.com (http://www.meesoon.smugmug.com)
deancon
Aug-10-2009, 12:39 AM
How would I do the same thing (remove the green page titles) for the smugmug/galleries or one that I created, smugmug/client login pages?
Thx,
Bob
jfriend
Aug-10-2009, 07:01 AM
How would I do the same thing (remove the green page titles) for the smugmug/galleries or one that I created, smugmug/client login pages?
Thx,
Bob For me to help, I need more specifics on exactly where you want to get rid of the titles? On the homepage? On all category pages? On all sub-category pages? On the Galleries page? No category pages? Only some category pages? If the answer is some pages, then please include links to which pages you want it removed from.
deancon
Aug-10-2009, 10:27 AM
sure...
http://www.deanphotoarts.com/galleries
http://deanphotoarts.smugmug.com/Client Login
The two green titles..."Gallery Categories" and "Client Login Categories"
Thanks!
Bob
For me to help, I need more specifics on exactly where you want to get rid of the titles? On the homepage? On all category pages? On all sub-category pages? On the Galleries page? No category pages? Only some category pages? If the answer is some pages, then please include links to which pages you want it removed from.
jfriend
Aug-10-2009, 10:41 AM
sure...
http://www.deanphotoarts.com/galleries
http://deanphotoarts.smugmug.com/Client Login (http://deanphotoarts.smugmug.com/Client%20Login)
The two green titles..."Gallery Categories" and "Client Login Categories"
Thanks!
Bob
Try this CSS:
.galleries #categoryTitle {display:none;}
.category_Client_Login #galleryTitle {display:none;}
deancon
Aug-10-2009, 04:42 PM
Works great!!! Many thanks...
Bob
Try this CSS:
.galleries #categoryTitle {display:none;}
.category_Client_Login #galleryTitle {display:none;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.