Jump to content

Wells on mobile: change MENU to pancake?

Recommended Posts

  • Replies 3
  • Views 633
  • Created
  • Last Reply
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!)

Link to comment
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 😐.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.