Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Saguaros Moderator
    #1092655

    Hi,

    Kindly share the URL of page where I can see the issue, I will take a look.

    Regards

    keytianemouzar Friend
    #1092740
    This reply has been marked as private.
    Saguaros Moderator
    #1092902

    Hi,

    The problem is that this play icon is FontAwesome icon but you load another font family (MyriadPro-Semibold) on your site so the icon doesn’t show.

    I updated this custom CSS:

    .magazine-category .videos-item .ja-video-list .fa.fa-play-circle-o {
        font-family: FontAwesome;
    }

    and it’s showing now.

    Kindly check.

    keytianemouzar Friend
    #1094059

    Hi. In the videos the icons appeared, but the off-canvas icon did not appear. I tried switching to FontAwesome font, but it still did not work.


    1. icone-celular
    Saguaros Moderator
    #1094189

    It seems that it affects all fa icons, you can try with this custom CSS code:

    .fa {
        font-family: FontAwesome !important;
    }
    keytianemouzar Friend
    #1094223

    Hi, it worked perfectly.
    Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  keytianemouzar 6 years, 4 months ago.

The topic ‘the icons disappeared’ is closed to new replies.