No symbol on homepage menu, other menu there is a symbol

Home Forums Jevelin Theme No symbol on homepage menu, other menu there is a symbol

Home Forums Jevelin Theme No symbol on homepage menu, other menu there is a symbol

Viewing 6 posts - 21 through 26 (of 26 total)
  • Author
  • wernervanstrien
    Participant

    Now the icon on mobile doesn’t show. How to resolve? See picture. Thanks in advance.

    Attachments:
    You must be logged in to view attached files.

    This is because you are using the wrong CSS code on your website as below.

     

    .sh-nav .fa-diamond:before {
        content: "\f219"; !important
    }
    

     

    Instead, it should be as following.

     

    .sh-nav .fa-diamond:before {
        content: "\f219" !important
    }
    

     

    wernervanstrien
    Participant

    Hi,

    I did it, but still on mobile it gives a square with a cross in it. Can you check on a mobile please? Thanks in advance.

    wernervanstrien
    Participant

    I now found out that on the ‘Brave’ browser the diamond isn’t showing, but on the Chrome browser it is. How to know that on all different browser it will show???

    wernervanstrien
    Participant

    Oh no. Not anymore, so there also gone! Sorry. Please help me with showing it everywhere! Thanks in advance.

    I have resolved the issue on your website by changing the CSS code as below.

     

    #page-container li.menu-item .fa-diamond:before {
        content: "\f219" !important
    }
Viewing 6 posts - 21 through 26 (of 26 total)