View Full Version : How to remove bread crumb and more in my galleries?
Tiffany
Mar-17-2008, 07:36 PM
I've been searching and searching for some answers but have had not luck. Could someone please help me with these (seemingly) simply things?
Thanks!
1. How do I remove the bread crumbs at the top of my gallery pages? i.e. 'My name' > 'gallery category' > 'gallery title' ? It's just annoying and unprofessional looking.
Also, on my Contact and Information pages I want to remove the 'gallery pages:1' at the top and bottom of the page. Could someone tell me how to do that?
2. How do I change the font in a gallery description? This is the gallery where I'd like to change fonts:
http://tiffanyfarrow.smugmug.com/gallery/3638021_cb7YB
3. How do I stop the borders of my gallery pictures from changing to green when I mouse over them?
SloYerRoll
Mar-17-2008, 09:36 PM
Every question you asked has been covered at the following two places. These are stickes at the top of this forum so I'm not sure how hard you really looked :deal
Start here:
http://www.smugmug.com/help/customize-faq.mg
Then go here:
http://www.dgrin.com/showthread.php?t=52811
Ask more questions once you've exhausted that resource.
Tiffany
Mar-18-2008, 05:42 AM
Every question you asked has been covered at the following two places. These are stickes at the top of this forum so I'm not sure how hard you really looked :deal
Start here:
http://www.smugmug.com/help/customize-faq.mg
Then go here:
http://www.dgrin.com/showthread.php?t=52811
Ask more questions once you've exhausted that resource.
Thanks SloYerRoll, I really appreciate your response. I've exhausted those two stickies as well as the forums and was able to fix the breadcrumb and mouse-over border color but can't seem to find how to remove the 'gallery pages:1' from some galleries and more importantly how to change the font style in a gallery description- http://tiffanyfarrow.smugmug.com/gallery/3638021_cb7YB
I'll keep looking but if someone can point me in the right direction I'd appreciate it!
Thanks again,
Tiffany
SloYerRoll
Mar-18-2008, 08:27 AM
Thanks SloYerRoll, I really appreciate your response. I've exhausted those two stickies as well as the forums and was able to fix the breadcrumb and mouse-over border color but can't seem to find how to remove the 'gallery pages:1' from some galleries and more importantly how to change the font style in a gallery description- http://tiffanyfarrow.smugmug.com/gallery/3638021_cb7YB
I'll keep looking but if someone can point me in the right direction I'd appreciate it!
Thanks again,
Tiffany
Add this to your CSS and adjust to taste:
#caption209966533 {
font-family: arial,helvetica,verdana,sans-serif;
font-weight: bold;
font-foo: bar;
}
For more details on what and how to change your fonts:
http://www.w3schools.com/css/css_font.asp
NOTE:
This CSS will ONLY change the one gallery you mentioned.
Tiffany
Mar-18-2008, 08:39 AM
Add this to your CSS and adjust to taste:
#caption209966533 {
font-family: arial,helvetica,verdana,sans-serif;
font-weight: bold;
font-foo: bar;
}
For more details on what and how to change your fonts:
http://www.w3schools.com/css/css_font.asp
NOTE:
This CSS will ONLY change the one gallery you mentioned.
Thank you so much, I think I got it workin! You're the best :lust
Allen
Mar-18-2008, 09:30 AM
...more importantly how to change the font style in a gallery description- http://tiffanyfarrow.smugmug.com/gallery/3638021_cb7YB
I'll keep looking but if someone can point me in the right direction I'd appreciate it!
Thanks again,
Tiffany
That's not the gallery description but the caption of a journal entry.
Add the bold below the first one.
#albumDescription,
.caption {
font-family: arial, verdana;
font-weight: normal;
font-size: 110%;
font-style: normal;
}
.gallery_3638021 .caption {
font-family: arial, verdana;
font-weight: normal;
font-size: 110%;
font-style: normal;
color: red;
}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.