In this video, we will show you how to add icons from FontAwsome to the main menu.
Video is recorded for our theme with a new dashboard panel!
Custom CSS code is added because by default theme don’t use icons in the menu, but if you wish you can add it. This is the code used in custom CSS field :
.pagenav i{margin-right:5px; color:#fff; font-size:11px}
Small tip about menu background:
- if you are using a light background for the menu use :
color:#333;
- if you are using a dark background for the menu use :
color:#fff;
You must be logged in to post a comment.