Bricks Version: 1.5 beta
To reproduce:
- Have (in media library) an image with caption that includes link so for example
<a href="https://www.freepik.com/vectors/team-meeting">Team meeting vector created by katemangostar - www.freepik.com</a>
- Add image element to page (make sure that caption isn’t set to custom or no caption)
- Go to preview and try to click the link
This link won’t be clickable because of this CSS
.bricks-image-caption, .brxe-image .icon {
color: #fff;
pointer-events: none;
position: absolute;
text-align: center;
}
Precisely pointer-events: none;
.
@timmse could this be changed for .bricks-image-caption
or is there a reason you don’t want to allow it by default?