kdb432 Posted December 28, 2019 Posted December 28, 2019 In Wells template for mobile use, how can I change the little Menu word at upper right to a pancake?
tuanphan Posted December 28, 2019 Posted December 28, 2019 4 hours ago, kdb432 said: In Wells template for mobile use, how can I change the little Menu word at upper right to a pancake? Add to Home > Design > Custom CSS #mobileMenuLink a:before { content: ""; background-image: url(https://image.flaticon.com/icons/svg/1279/1279537.svg); background-repeat: no-repeat; background-size: contain; background-position: center center; width: 30px; height: 30px; display: inline-block; visibility: visible; } #mobileMenuLink a { visibility: hidden; } Reference: https://beaverhero.com/wells-squarespace/#Change_Menu_to_Hamburger_Icon 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!)
kdb432 Posted December 29, 2019 Author Posted December 29, 2019 On 12/28/2019 at 2:41 AM, tuanphan said: Add to Home > Design > Custom CSS #mobileMenuLink a:before { content: ""; background-image: url(https://image.flaticon.com/icons/svg/1279/1279537.svg); background-repeat: no-repeat; background-size: contain; background-position: center center; width: 30px; height: 30px; display: inline-block; visibility: visible; } #mobileMenuLink a { visibility: hidden; } Reference: https://beaverhero.com/wells-squarespace/#Change_Menu_to_Hamburger_Icon Thanks for the reply, tuanphan -- much appreciated. I'll copy and paste this after I figure out how to reverse it if something goes wrong 😐.
kdb432 Posted December 29, 2019 Author Posted December 29, 2019 ... and apparently I haven't figured out how to post in the Forums either! Sorry for the mess . K.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.