Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #2552256
gallery widget
Closed

Comments

  •  2
    rogueplanetmktg started the conversation

    where can I control the text color of captions for images in my gallery?  The font color and text color settings in the gallery's design tab have no effect.

  •  564
    OrionThemes replied

    Hi,

    I checked the issue and can confirm this is a bug in the Dentalia 2.0 version.
    We'll fix it in the next theme update, but for now please copy the following CSS to Theme Options -> Custom CSS:

    .text-light .wp-caption-text,
    .text-light .wp-caption-dd,
    .text-light .wp-caption {
    color: #fff;
    }

    This should resolve the light text caption issue.

    Please let me know how it goes,

    Andrej