Solved
Query regarding Advance Randomization
Hi Everyone,
We have created a question with just the images as an option, but while applying the advance randomization we are unable to see any text as we implemented just the images. Later on, we have inserted <img> along with 'alt' tag to setup the images so that we can see the text in advance randomization but still the same problem persist.
We checked this with support team and they suggest to add the text with the same font color as that of theme background. We tried this, but while hovering the options, the back ground color changes which will create problem.
Is there any suggestion on this so that we can see the text in advance randomization?
Thanks,
Salim
Best answer by TomG
Put the text in a hidden span:
```
<span style="display:none">My text</span><img src="my_image_url" alt="my alt text">
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.