Home › Forums › WoodMart support forum › electronics2 › Reply To: electronics2
December 28, 2022 at 3:58 pm
#431814
Aizaz Imtiaz Awan
Keymaster
Hello,
As we have now checked the Navigation Menu that you are using under the Top Left Bar > the Icon class for the Phone icon wasn’t added right now.
We have added the following icon class “fas fa-mobile-alt” into it and now the icon shows: https://snipboard.io/Qto8fu.jpg
Regarding their color change, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
#menu-top-bar-left-electronics-2 .wd-nav-icon:before { color: #fff !important; }
In this CSS, you can change the #fff (white color hex code) to your choice of color hex code or name.
Best Regards