Home › Forums › Basel support forum › How to Add Custom Menus to Top Bar? How to Add Custom Menus to Top Bar? This topic has 6 replies, 2 voices, and was last updated 7 years, 2 months ago by Artem Temos. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts October 10, 2017 at 6:10 am #21128 agungmegaiswaraParticipant Hello, I would like to know how do I add custom menus and or widgets to top bar? Thank you October 10, 2017 at 7:10 am #21131 agungmegaiswaraParticipant How to make the top bar smaller? October 10, 2017 at 9:15 am #21136 Artem TemosKeymaster Hi, You can add the menu to the topbar in Appearance -> Menus and some text in Theme Settings -> Header -> Top bar. Try to add the following code snippet to the Custom CSS area in Theme Settings to make it smaller div.topbar-content:before, div.topbar-wrapp { height:36px; } div.topbar-menu ul>li { line-height: 36px; } Regards October 10, 2017 at 4:38 pm #21180 agungmegaiswaraParticipant Thank you very much, I can confirm that your code is working completely fine. One more thing, how do I add colors to the font awesome icons? October 10, 2017 at 6:04 pm #21192 Artem TemosKeymaster What exactly icons do you mean? October 10, 2017 at 6:37 pm #21199 agungmegaiswaraParticipant If you see on my website https://www.coffees.trade, I would like to have the globe icon in red or other colors I like. Is it possible to change the color of the icons for Font Awesome? How do I change them? October 10, 2017 at 7:11 pm #21207 Artem TemosKeymaster Sure, as we can see you have set the white color for this icon yourself in the code. Just change this style attribute to any color you want https://gyazo.com/c8bc47433214ce12c66116c59e8669a7 Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to create new topics. Login / Register