Okay
  Public Ticket #2935281
how to change the "Donate" icon on the menu
Closed

Comments

  • Johnny started the conversation

    how can I change the text on the "Donate" on the menu/ nav bar? would like to remove the lightning bolt icon also.

  •  646
    Alexandre replied

    Hi Johny,

    Please go to wp-admin>theme options>custom css/js
    And add this code in the custom css field:

    .hotlink i:beforeĀ {
    display: none;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew