• Closed
  • Glenda Coswello
    Spectator
    February 21, 2014 at 11:53 pm #8280

    Hi,
    I am trying to show the caption color on my gallery of images on the testimonials page, They are very faint and I have gone through all of the Styling options but they still don’t change, Can you advise which option is the one to darken the captions on an image.
    http://www.senmack.com/testimonials/

    Roman
    Spectator
    Posts: 3147
    February 22, 2014 at 11:22 am #9170

    insert this style in the Custom CSS field of the theme options:

    Code:
    .wp-caption-text { color: #333; }
    Glenda Coswello
    Spectator
    Posts: 1
    February 23, 2014 at 2:28 am #9177

    Thanks, that worked a treat.