Home › Forums › Space themes support forum › secondary menu icons secondary menu icons This topic has 3 replies, 2 voices, and was last updated 3 years, 1 month ago by Bogdan Donovan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 7, 2021 at 3:26 pm #323745 rabbatkaParticipant Hi! How can i make bigger icons in the secondary menu? How do I change the color of the icons? In the header builder im not found this options… Attachments:You must be logged in to view attached files. October 8, 2021 at 6:28 am #323857 Bogdan DonovanKeymaster Hi, If you want to make top-bar icons white, you can just enable light color-scheme in top-bar options (https://prnt.sc/1v9io43). If you want use other color, try to add the following code snippet to the Custom CSS area in Theme Settings. .xts-site-wrapper .xts-top-bar .xts-header-el .xts-header-el-icon:before { color: red; } Try to add the following code snippet to the Custom CSS area in Theme Settings to change top-bar icons size. .xts-site-wrapper .xts-top-bar .xts-header-el .xts-header-el-icon:before { font-size: 20px; } Kind Regards October 8, 2021 at 6:36 am #323860 rabbatkaParticipant Now work! Thx! Kind Regards October 8, 2021 at 6:44 am #323862 Bogdan DonovanKeymaster You are welcome! Author Posts Tagged: menu icons Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register