Comments Johnny started the conversationDecember 10, 2021 at 1:20amhow can I change the text on the "Donate" on the menu/ nav bar? would like to remove the lightning bolt icon also. 665Alexandre repliedDecember 10, 2021 at 3:05pmHi Johny,Please go to wp-admin>theme options>custom css/jsAnd add this code in the custom css field:.hotlink i:beforeĀ {display: none;}Thanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
how can I change the text on the "Donate" on the menu/ nav bar? would like to remove the lightning bolt icon also.
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