Okay
  Public Ticket #4038151
Button Header
Open

Comments

  • lukasjurk started the conversation

    Dear support team, I would like to remove or alter the lightning icon in the header button of my website. However I cannot find the option.

    Please let me know, how to do this.

    Attached files:  Screenshot 2025-06-04 120206.png

  •  287
    Noah replied

    Hi Lukasjurk,

    Thank you for writing to us.

    To enable this, you will need to use a custom CSS script. Kindly navigate to Salient > General Settings > CSS/Script Related and add the below script:

    .right-aligned-menu-items .menu-item-btn-style-button_accent-color .nectar-menu-icon {
      display: none !important;
    }
    

    Kindly try  and let us know how it goes.

    Thanks,

  • lukasjurk replied

    Hi Noah,

    thanks alot for the reply. It worked well!

  •  287
    Noah replied

    Welcome,

    It was a pleasure serving you.