Home Forums Jevelin Theme Menu Logos Not Showing On Mobile Reply To: Menu Logos Not Showing On Mobile

Home Forums Jevelin Theme Menu Logos Not Showing On Mobile Reply To: Menu Logos Not Showing On Mobile

Solution for this topic

Hi @zeynlambat,

 

I hope you are well today and thank you for your question.

 

You can resolve this issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.sh-nav-mobile li.menu-item > a.fa:before {
    font-family: 'FontAwesome';
    padding-right: 8px;
}

 

Best regards,
Shufflehound team