PDA

View Full Version : text color change


the Italian Eye
Jun-24-2007, 07:47 AM
I know, I know, why would I even bother to change the color of every single word throuout my whole site?
I used to be a designer before becoming a photographer, and I like consistency.
next to the galleries and somewhere else the text is white by default, I would like to make it the same yellow (taxi yellow).
Oh and another thing too,
by default in nested galleries on top smugmug puts a path back to the home page with words like these :
theitalianeye>Portfolio>Sexi Bon>..... etc
now since I have a navbar on top of each page, this is redaundant and distracting, can I make that path invisible? or the same color of the background so it doesn t show up?

thanks a lot!

Danilo

denisegoldberg
Jun-24-2007, 08:44 AM
Oh and another thing too,
by default in nested galleries on top smugmug puts a path back to the home page with words like these :
theitalianeye>Portfolio>Sexi Bon>..... etc
now since I have a navbar on top of each page, this is redaundant and distracting, can I make that path invisible? or the same color of the background so it doesn t show up?
Danilo
That's the breadcrumb. Code to remove it is #26 in the Advanced Customization FAQ: http://www.dgrin.com/showthread.php?t=52811

--- Denise

richW
Jun-24-2007, 09:00 AM
I see Denise helped you on the breadcrumb. :thumb
If you want to see the breadcrumb while logged in add: .loggedIn #breadcrumb {display: block;} under the other line.

Fonts:
.title, a.title, a.nav, a, p, .foreground, .nav {
color: #FFB90F !important;}

You will need to check all pages to see if this covers it. The changes will cause the text in the guestbook boxTop to be a little hard to read. Either style the fonts to another color or remove the background in the boxTop.

.boxTop {background: none;}

the Italian Eye
Jun-24-2007, 09:20 AM
Thank you guys I go rid of the crumbs, now I put the code in the CSS frot the text but it doesn t seem to take effect, in fact if you go to this gallery or any other the text is still white (?)
http://theitalianeye.smugmug.com/learning%20center/333091
what did I do wrong?

Fonts:
.title, a.title, a.nav, a, p, .foreground, .nav {
color: #FFB90F !important;}

richW
Jun-24-2007, 09:25 AM
Thank you guys I go rid of the crumbs, now I put the code in the CSS frot the text but it doesn t seem to take effect, in fact if you go to this gallery or any other the text is still white (?)
http://theitalianeye.smugmug.com/learning%20center/333091
what did I do wrong?

Fonts:
.title, a.title, a.nav, a, p, .foreground, .nav {
color: #FFB90F !important;}Sorry, I should have gave you a little better instructions. The "Fonts:" statement didn't need to go into the css section. I fixed it for you.....

the Italian Eye
Jun-24-2007, 09:36 AM
Sorry, I should have gave you a little better instructions. The "Fonts:" statement didn't need to go into the css section. I fixed it for you.....

I noticed that now it s working! thanks a lot, I don t even know how to spell HTML (LOL)
now is there a way to make my thumbs larger as his? :
http://www.moonriverphotography.com/gallery/1022944/1
that wuold be really awesome!!!!

Happy sunday!
Danilo

the Italian Eye
Jun-24-2007, 09:37 AM
I noticed that now it s working! thanks a lot, I don t even know how to spell HTML (LOL)
now is there a way to make my thumbs larger as his? :
http://www.moonriverphotography.com/gallery/1022944/1
that wuold be really awesome!!!!

Happy sunday!
Danilo
and put the text underneath the squared thumbs too?
:)

the Italian Eye
Jun-24-2007, 10:12 AM
Sorry, I should have gave you a little better instructions. The "Fonts:" statement didn't need to go into the css section. I fixed it for you.....

it works in most everypage, but somewheere the tex is still white like here for instance:

http://theitalianeye.smugmug.com/gallery/1498172
http://theitalianeye.smugmug.com/gallery/1501739
also in any journal styled gallery if I add a caption to photos the text will be displaied in white ....
http://theitalianeye.smugmug.com/gallery/2531804

thanks a lot for your help!

the Italian Eye
Jun-24-2007, 02:02 PM
here is the link of the page I want to change the text to yellow like the rest of my site already is:

http://theitalianeye.smugmug.com/gallery/1563895/1/104083876

thanks!

Allen
Jun-24-2007, 02:13 PM
here is the link of the page I want to change the text to yellow like the rest of my site already is:

http://theitalianeye.smugmug.com/gallery/1563895/1/104083876

thanks!
Answered in other thread.