Hi,
I’m not sure I understand what you are asking? Would it be possible for you to clarify what you mean?
Ben
For the caption you have only the option to choose Cover and show on hover. The obvious Compliment to that is cover and show always which is unavailable
Hey @blazmate,
Apologies for the delay! You can create this using css. This will make the caption show always without an overlay:
.kb-gallery-ul.kb-gallery-caption-style-cover-hover .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner .kadence-blocks-gallery-item__caption {
opacity: 1;
background: transparent;
}
Does that work as you’re wanting?
Kindly,
Hannah