Tagged: featured image
When adding a new blog post, there is a field where you can add a caption to the featured image. However that caption does not appear anywhere. Is there a way to have the caption appear underneath the featured image on the blog homepage, blog category page and blog post page. Thanks
Hey lsrmedia,
Sorry for the late reply, please go to your media library and find your featured image then edit it, add your caption to the “copyright” field and save. The go to your post and remove the featured image and add it again and save. Then add this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
small.avia-copyright {
display: block !important;
}
then the text will show on single posts and in the blog.
Best regards,
Mike
Worked perfectly! Thanks so much.