• Resolved KathleenH

    (@kathleenh)


    Would it be possible to change the hand icon on the related posts (ie just before ‘You may also like…’) to a heart instead? The Font Awesome code for the heart is <i class=”fa fa-heart” aria-hidden=”true”></i>. I just don’t know how/where to put that info. My thanks to anyone who can help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @kathleenh

    To change the hand icon on the related post at first you need to add the Custom CSS through the plugin.

    You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.

    Custom CSS
    After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.

    Here copy and paste below CSS

    .fa-hand-o-right:before {
        content: "\f004";
    }

    Hope this will resolve your issue .

    Best regards!!

    Thread Starter KathleenH

    (@kathleenh)

    That’s perfect! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change hand icon on related posts (Hueman)’ is closed to new replies.