text change css doesn't work

LaurensLaurens Registered Users Posts: 33 Big grins
edited December 29, 2013 in SmugMug Customization
Still trying to understand a few things...
I like to know why my CSS is not working properly.
http://www.travelingphototeam.com/Miscellaneous/UpdatesUSA2013-2014
The titel text under the photos is white, I like them not that prominent, so I want to change that to grey.
I already used css to change the font size, but the css for the color doesn't do much.
Anyone who is good with CSS understand what the problem is?

The used css is:
.sm-tile-caption {
display: none;
}
.sm-tile-info .sm-tile-title {
font-size: 12px;
}
.sm-tile-title {
color: #9b9b9b !important;
font-weight: 100 !important;
}

The first two rules, or what ever you call it, are working perfect. No caption is displayed and the font size is reduced to 12px, but the other two are doing nothing :(

And there is another problem ... I see, since I did my work on the logo, I can't get to that area where the CSS was embedded. Did I do something wrong?

I used for the logo the next CSS:
.sm-user-ui .sm-page-content > .sm-page-layout > .sm-page-layout-region-header {
background: #e5e5e5 url('http://www.travelingphototeam.com/photos/i-nZWh4kN/0/Ti/i-nZWh4kN-Ti.png') repeat-x; height:100px;
}

_______________________
www.travelingphototeam.com

Comments

Sign In or Register to comment.