I would like to change image caption in css from default (Caption is in the middle, whole image gets colorized) to this (image).
Thank you for help.
Hey OblakJ!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott
Here you go.
Additional description
Hi!
you are using an old version of WordPress and we definitely recommend to upgrade.
Use this code in Quick CSS field:
.av-image-caption-overlay-center p {
background: rgba(0,0,0,0.3);
text-align: left;
padding-left: 13px;
position: relative;
right: -54;
top: 74px;
}
and adjust it as needed.
Best regards,
Andy