Home › Forums › Gillion Theme › Unable to see caption
Home › Forums › Gillion Theme › Unable to see caption
I am unable to see the caption for images in gallery although the have been added. Only a grey box appears at the bottom of the image.
Additionally, I am unable to get Yellow Pencil to load.
Hi @vinesofvirginia,
I hope you are well today and thank you for your questions.
Could you please clear and temporarily deactivate the Autoptimize Cache that you are using on your website so that I can troubleshoot it?
Also, please make sure that you are using the latest version of Yellow Pencil editor or update it from the below path.
Admin Area -> Appearance -> Install Plugins
Best regards,
Shufflehound team
Autoptimize Cache is deactivated. Yellow Pencil is updated
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Gillion -> Theme Settings -> Custom CSS/JS -> CSS Code
.wp-block-gallery figcaption { z-index: 999; }