Home Forums Space themes support forum secondary menu icons

secondary menu icons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #323745

    rabbatka
    Participant

    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.
    #323857

    Bogdan Donovan
    Keymaster

    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

    #323860

    rabbatka
    Participant

    Now work!

    Thx!

    Kind Regards

    #323862

    Bogdan Donovan
    Keymaster

    You are welcome!

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)