Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1289437

    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

    • This topic was modified 3 years, 8 months ago by griddler.
    #1289941

    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

    #1289992

    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

    • This reply was modified 3 years, 8 months ago by griddler.
    #1290033

    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

    #1290221

    Hi Nikko,

    it worked fine – Thanks a lot and have a great week.

    Best Regards

    #1290253

    Hi griddler,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great week as well :D

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.