Jump to content

Editing the mobile heading style

Recommended Posts

Posted

Hello, I was wondering if there is any way to edit the screen that pops up when you click the 3 line navigation on the heading on mobile view. I would like to decrease the size of the text and align the text to left instead of centering it. I listed a screenshot and video to help you better solve the problem. 

thank you!

unnamed.jpg

Posted

@saubuchon24 You can change the alignment of the text my going into Edit Site Header > click on the mobile icon far right > click Overlay Menu > set text alignment as Left.

For the font size, this can currently only be changed with CSS. Try this - you can adjust the size to anything you like:

//MOBILE MENU HEADING SIZE*******//
.header-menu-nav-item a {
    font-size: 1.5rem;
}

 

Instruction: How to set a site-wide password

If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆

Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business.

WEBSITEINSTAGRAM

 

Posted

That worked! is there any way to make the login font size match the font size of the other buttons?

Also align all the buttons to the top of the page instead of the middle?

0.jpg

Posted
9 hours ago, saubuchon24 said:

That worked! is there any way to make the login font size match the font size of the other buttons?

Also align all the buttons to the top of the page instead of the middle?

0.jpg

Can you share site url? We can check easier

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!)

Posted

@saubuchon24 replace the code with this to include the login link:

//MOBILE MENU HEADING SIZE*******//
.header-menu-nav-item a, .header-menu .user-accounts-text-link {
    font-size: 1.75rem;
}

And this one for vertical alignment:

//MOBILE VENUE VERTICAL ALIGN//
[data-folder="root"] > .header-menu-nav-folder-content {
  justify-content: flex-start;
}

 

Instruction: How to set a site-wide password

If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆

Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business.

WEBSITEINSTAGRAM

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.