Home › Forums › Gillion Theme › Image Source Under Featured Picture
Home › Forums › Gillion Theme › Image Source Under Featured Picture
Is it possible to add an Image Source under Featured Picture?
I was trying with plugins avaliable online, but they doesn’t work.
Thanks!
Hi @siberus,
I hope you are well today and thank you for your question.
I am not sure what you meant exactly by image source so could you please describe it a bit more in detail and also share me the page URL from your site where you want to display it so that i can help you?
Best regards,
Shufflehound team
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.post-type-content .post-thumbnail:after { display: block; content: "Photo source: Shutterstock.com"; font-size: 10px; text-align: right; }