• Resolved krekadra

    (@krekadra)


    Hello! First,thank you for a very clear and fast theme!

    Is it possible to change an overlay icon, which is popups on mouse over?
    I’d like to make a different icon for different post type.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter krekadra

    (@krekadra)

    I have found a solution.
    it’s needed to replace this string in content-single.php:
    <figcaption><p><i class="fa fa-file-text"></i></p></figcaption></a></figure>
    to something like this:
    <figcaption><p><i class="fa fa-play-circle"></i></p></figcaption></a></figure>
    fa-play-circle string found on https://fortawesome.github.io/Font-Awesome/icons/

    Theme Author CrestaProject

    (@crestaproject)

    Hi krekadra,
    yes, you can change the overlay icon. Just edit the file ../wp-content/themes/nucleare/content.php at the line 12. (Default is <i class=”fa fa-file-text”></i>)

    The overlay icon are managed through FontAwesome, then just go on https://fontawesome.io/ and choose the one you like.

    Best Regards,
    CrestaProject

    Theme Author CrestaProject

    (@crestaproject)

    Hi,
    I noticed that we have written the same thing at the same time ??

    Well, we solved ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change an overlay icon’ is closed to new replies.