michalov Posted June 15, 2021 Posted June 15, 2021 Site URL: https://www.michalbaratzkoren.com/ How can I Change the menu bar on my mobile, from the word "MENU” to a hamburger ? Without changing any thing on my desktop site thank you Michal
tuanphan Posted June 16, 2021 Posted June 16, 2021 13 hours ago, michalov said: Site URL: https://www.michalbaratzkoren.com/ How can I Change the menu bar on my mobile, from the word "MENU” to a hamburger ? Without changing any thing on my desktop site thank you Michal Add to Design > Custom CSS #mobileMenuLink a:after { content: ""; background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yNCAxOHYxaC0yNHYtMWgyNHptMC02djFoLTI0di0xaDI0em0wLTZ2MWgtMjR2LTFoMjR6IiBmaWxsPSIjMTA0MGUyIi8+PHBhdGggZD0iTTI0IDE5aC0yNHYtMWgyNHYxem0wLTZoLTI0di0xaDI0djF6bTAtNmgtMjR2LTFoMjR2MXoiLz48L3N2Zz4=); background-repeat: no-repeat; background-size: contain; background-position: center center; width: 30px; height: 30px; display: inline-block; visibility: visible; } #mobileMenuLink a { visibility: hidden; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.