Dear great KulturDesign,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
Cheers!
Yigit
Hey Yigit
you´re great – thank you. This works for this picture only – al least we need a solution where the caption works dynamically on all other pictures and posts – if you understand what I mean?
Which placeholder can I put in?
content: ´ [ placeholder ] ´
greets
S.
Hi,
What do you mean by “caption works dynamically”? Use this code instead so that it fetches the title attribute of the image instead of a static text:
.single-post .single-big a:after {
content: attr(title);
}
Best regards,
Ismael
Please could you help me again on this issue:
Your solution works well for the caption which is shown correctly. But on the other hand now I have this double title on single post: It starts after the original title and doubles it
OLD REPLY:
Thanks Ismael
This works
that´s exactly what I intended :-)
Best regards
S.