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
Now the icon on mobile doesn’t show. How to resolve? See picture. Thanks in advance.
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 }
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.
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???
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 }