• Resolved dstarver

    (@dstarver)


    Hi. I am building a new site, and I am still working out the kinks. I am using the Brownline theme, which is one of the free themes that you can download from WordPress.org.

    When I upload an image, and add a caption to the image, it is not visible. However, the reason is that the image border seems to be white, and the caption font color is also white. Though it appears that there is no caption under the photo, There really is. If you highlight the bottom of the photo, it will make the caption visible. I have searched for where I should go to change the font color to black, but I can’t seem to find it. Can anyone help me?

    BTW, in case it helps, the test post that I did that shows the problem can be found here:

    http://mmachalet.com/?p=35

    Thanks in advance for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • did you try looking through style.css of your theme to find a suitable css class?

    such as the following, close to the end of the style.css?

    .wp-caption {
    	border: 1px solid #ddd;
    	text-align: center;
    	background-color: #f3f3f3;
    	padding-top: 4px;
    	margin: 10px;
    }

    add color: #444; to it – or a color code of your choice.

    Thread Starter dstarver

    (@dstarver)

    That worked. Thank you very much. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change font color on image caption?’ is closed to new replies.