View Full Version : Help removing a couple of things...
ajava
Sep-04-2009, 05:37 PM
http://ajava.smugmug.com/gallery/9486929_VG3G4
On the page above, I'd like to remove the "Gallery page: 1" (top and bottom of page) and the "slideshow" button at the top. Oh, also, the text at the top that shows the path to the gallery - "Andrea>Real Estate Photos>Before After". Any other suggestions on how to make this particular page look more "polished" also welcomed! Thanks!
Andrea
Allen
Sep-04-2009, 05:44 PM
http://ajava.smugmug.com/gallery/9486929_VG3G4
On the page above, I'd like to remove the "Gallery page: 1" (top and bottom of page) and the "slideshow" button at the top. Oh, also, the text at the top that shows the path to the gallery - "Andrea>Real Estate Photos>Before After". Any other suggestions on how to make this particular page look more "polished" also welcomed! Thanks!
Andrea
Add this to your CSS
.gallery_9486929 .pageNav,
.notLoggedIn .gallery_9486929 #breadcrumb {display:none;}
Also add the missing closing }
.gallery_9228596 #myText {
margin: 0 auto;
width: 800px;
background: #ffffff;
color: #444;
padding: 0 15px 5px 15px;
}
/* get rid of gallery page navigation in Before After page */
ajava
Sep-04-2009, 05:55 PM
Allen, perfect!! Thanks for your quick assistance!!
Add this to your CSS
.gallery_9486929 .pageNav,
.notLoggedIn .gallery_9486929 #breadcrumb {display:none;}
Also add the missing closing }
.gallery_9228596 #myText {
margin: 0 auto;
width: 800px;
background: #ffffff;
color: #444;
padding: 0 15px 5px 15px;
}
/* get rid of gallery page navigation in Before After page */
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.