How to change text color on in a photo grid?

I am creating a photo page and I am wondering how to change the color of the built in text for slideshow, comment box, previous, forward and text under the picture? It seems as though I am unable to change it from the default grey which blends into the background color of the page. I know how to change text color when I insert a text box but not sure how to change the text color that is automatically inserted into the photo grid. I hope this makes sense and someone is able to help out.

Thank you

Powerbook 15" Al, IMAC 24" 2.8GHz Core 2 Duo, iphone 3GS, Mac OS X (10.5.7), A crazy cat who likes to eat my wireless router cable

Posted on Dec 23, 2009 6:12 PM

Reply
3 replies

Dec 24, 2009 7:13 AM in response to mmajor

The *Play Slideshow* color is defined by iWeb.

The CSS style is stored pagename.css file in the pagename_files folder as

"#widget1 a {
color: rgb(183, 97, 78);
text-decoration: none;"


The caption style in the slideshow is defined in Media/iWPopUpSlideshow.css as

.caption {
z-index:200;
padding: 0px;
text-align: center;
color: #ffffff;
font-family: Lucida Grande, Arial, Helvetica;
font-size: 14px;
font-weight: bold;
}


Change it and see how it looks. I tried it and it works.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to change text color on in a photo grid?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.