I have read your thread on adding a copyright to a page image (https://kriesi.at/support/topic/copyright-option-for-images/), but can this be done when I’m creating a post, but only using the Featured Image to display my image?
Hey,
Sure, you can add copyright text while uploading your featured image. Then please add following code to Quick CSS
small.avia-copyright {
display: block;
}
Best regards,
Yigit
Thank you for that.
I added the following to not display the copyright info under the magazine blog view (which made it look awkward):
.av-magazine small.avia-copyright { /* hides copyright in magazine */
display: none;
}
Hi,
Thanks for sharing your solution, Unless there is anything else we can assist with on this issue, shall we close this then?
Best regards,
Mike
yes. I consider this closed.