Hello, I ran into the same issue. I fixed it by adding CSS to my site:
.spectra-container-link-overlay {
height: 100%; !important
}
seems like a bug, in the code inspector i noticed that the actual link element is 0px in height so it was basically non existing. With that code you give it a height of the container and it works!
-
This reply was modified 2 years, 9 months ago by martinklein.
I’m having the same issue. Any changes I make to my texts will not show up on a live page. I did not encounter this issue until now, its weird.