Hi @tkc49,
Thank you for your question.
I need more information. Can you provide a link to your page and point me to the button you’d like to edit?
Regards,
Kharis
Hi @tkc49,
Thank you for getting back along with the requested links.
You can use this CSS code and apply it to Additional CSS under your site’s customizer.
.site-header .header-wrap .btn-menu::before {
content: '\f042';
}
Replace f042 with your chosen Font Awesome unicode that you can get from this icons list.
Hope this reply helps.
Regards,
Kharis
Hi @kharisblank
I want to set two icons, one for when the menu is open and one for when the menu is closed.
I had written the following code, but it stopped working.
$( '.btn-menu' ).on(
'click',
function () {
$( '.btn-menu' ).toggleClass( "close" );
}
)
.site-header .header-wrap .btn-menu.close::before {
content: "×";
font-weight: 100;
}
Thank you.
Takashi.
Hi @kharisblank
I’m sorry I can’t explain it better.
I have made a demo video.