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
  • Views 757
  • 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;
}
}

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.