On certain images in the portfolio, you can put a caption.
I noticed that if you want to leave the caption textfield empty, you still have a small transparent black square visible in the bottom right corner of the image.
What is the solution to remove this little black square? I would like to hide it completely.
In PJ the image of this glitch visible when there is no caption...
Hello,
On certain images in the portfolio, you can put a caption.
I noticed that if you want to leave the caption textfield empty, you still have a small transparent black square visible in the bottom right corner of the image.
What is the solution to remove this little black square? I would like to hide it completely.
In PJ the image of this glitch visible when there is no caption...
Ty
Attached files: capture30.PNG
Hello, you can add the following in customizer -> additional css
figcaption {
display: none;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
it works perfectly thanks a lot.