I'm using Toolset Blocks to create a view to for displaying my CPT. Each grid item contains an image with a caption. Using absolute positioning I've moved the caption on top of the image. But it's looking like the caption is slightly transparent.
I've tried adjusting the CSS for the caption link as follows, but it hasn't helped:
.tb-image-caption a {
color: rgba(255, 255, 255, 1) !important;
}
Can you help please? Is it Toolset styling that is causing this, or would it be the theme?
Great suggestion, thanks Shane. I've tried switching theme and the problem resolves itself. So it's something in the theme, not Toolset that's affecting it.
I'll get some support from the theme developers instead.