Hi,
I need to change the font size of the image copyright info.
Where I can find “small.avia-copyright” to change the “em”?
Thanks a lot
Hi griddler,
You can find it in functions-enfold.php (line 2414, in Enfold 4.8.1).
However, I would suggest using post_thumbnail_html hook.
Best regards,
Nikko
Hi Nikko,
thanks for your response.
In line 2414 I only can see: $html .= “<small class=’avia-copyright’>{$copyright_text}</small>”;
Where I can change the font size there for the copyright info?
What is “post_thumbnail_html” hook?
And how can I use it to change the font size?
Thanks in advance
Hi griddler,
I apologize, I misread it as em (html tag).
Please add this CSS code in Enfold > General Styling > Quick CSS:
.avia-image-container small.avia-copyright {
font-size: 14px;
}
Just replace 14px to any size you want to use.
Best regards,
Nikko
Hi Nikko,
it worked fine – Thanks a lot and have a great week.
Best Regards
Hi griddler,
We’re glad that we could help :)
Thanks for using Enfold and have a great week as well :D
Best regards,
Nikko