Jump to content

Editing the mobile heading style

Recommended Posts

@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;
}

 

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

 

Link to comment
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!)

Link to comment

@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;
}

 

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

 

Link to comment

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.