PDA

View Full Version : Top box in Comment area too dark


DeeRich
Dec-29-2009, 07:36 PM
HELP!!! I give up!!! The top border of the Comment box in this gallery, http://oursite.smugmug.com/Clete/Share-Your-Story/10784701_UeJTR
is too dark to read the text once a comment has been left. How do I lighten the border across the top of the comment box?

I thought perhaps the dark border I had put around the body background was causing it, so I deleted it but that did not help.

Thanks!
www.oursite.smugmug.com.

jfriend
Dec-29-2009, 08:19 PM
You don't say if you want this change only for this gallery. If so, you can use this CSS and change the color value as desired:

.gallery_10784701 #comments .boxTop {background-color: #8DA7BA;}


If you want it for all comments on your site, use this:

#comments .boxTop {background-color: #8DA7BA;}


If you want it for everything on your site that has a boxTop class, use this:

.boxTop {background-color: #8DA7BA !important;}