• Closed
  • Glenda Coswello
    Spectator
    21.02.2014 at 23:53 #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
    22.02.2014 at 11:22 #9170

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

    Code:
    .wp-caption-text { color: #333; }
    Glenda Coswello
    Spectator
    Posts: 1
    23.02.2014 at 02:28 #9177

    Thanks, that worked a treat.