PDA

View Full Version : Remove "bold" from caption text


bloomphotog
Jul-31-2009, 06:31 PM
http://www.joshmartinezphotography.com/gallery/9012039_3YGnh

I would like to remove the bold style from the caption text on this page. Any tips? Thanks!

Allen
Jul-31-2009, 06:45 PM
http://www.joshmartinezphotography.com/gallery/9012039_3YGnh

I would like to remove the bold style from the caption text on this page. Any tips? Thanks!
Try this in your CSS

.gallery_9012039 .caption h1,
.gallery_9012039 .caption {
font-weight: normal;
}


If you want to move the text over some on the left photos add this.

.photo.left {padding-right: 20px;}

bloomphotog
Aug-01-2009, 10:37 AM
Try this in your CSS

.gallery_9012039 .caption h1,
.gallery_9012039 .caption {
font-weight: normal;
}


If you want to move the text over some on the left photos add this.

.photo.left {padding-right: 20px;}


Worked perfect!