PDA

View Full Version : Changing caption font & alignment in galleries


Stumpy
Dec-23-2008, 10:39 AM
I would like to change the caption font and center align it under the image in all of my galleries. What is the CSS coder for this?

Thanks
Steven Keller
www.kellerphotographic.com

Allen
Dec-23-2008, 10:45 AM
I would like to change the caption font and center align it under the image in all of my galleries. What is the CSS coder for this?

Thanks
Steven Keller
www.kellerphotographic.com (http://www.kellerphotographic.com)
Try this in CSS, added in a couple options to play with.


#caption_bottom {
text-align: center;
font-family: Comic Sans MS, verdana, tahoma;
font-size: 110%;
font-weight: normal; /* or bold */
color: #fff;
}

Stumpy
Dec-23-2008, 11:18 AM
Perfect!

Thanks,
Steven