Jump to content

How can I remove the text from the footer on mobile - Brine?

Recommended Posts

Hi,

How can I remove the text from the footer on mobile so that only navigation stays? Also to remove slightly padding from the side and add padding after the text (only mobile as well)?

Pictures attached:

Link to comment
  • Replies 5
  • Created
  • Last Reply

You'll need to target the specific block that the text is in and then add Custom CSS to set it to hide on mobile.

This is a useful tool for finding the Block ID: Squarespace Collection/Block Identifier

You'll add the following code to Custom CSS, changing out #block-id with your own and changing the max-width for whatever maximum screen size you'd like the text to NOT display:


@media screen and (max-width:640px) {
#block-yui_3_17_2_1_1551793810094_18045 {
 display: none;
}
}

christyprice.com  🇺🇸 Austin, TX US 

  For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist.

Link to comment

@Campcamp add to Home > Design > Custom CSS


@media screen and (max-width:640px) {
div#block-yui_3_17_2_1_1568845563786_2048 {
   display: none;
}
}


Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.