Buy me a coffee

Header: Replace Button with Mail Icon (Mobile)

#1. First, edit Site Footer > Add a Code Block > Paste this code

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />

header-replace-button-with-mail-icon-mobile-01-min

#2. Use this code to Custom CSS box

@media screen and (max-width:767px) {
  a.btn {
    font-size: 0 !important;
    width: 100px !important;
    background-color: transparent !important;
}
a.btn:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-size: 20px !important;
    color: #000 !important;
    position: relative;
    top: -2px;
}
}

header-replace-button-with-mail-icon-mobile-02-min

#3. Result

header-replace-button-with-mail-icon-mobile-03-min

#4. Other Style

header-replace-button-with-mail-icon-mobile-04-min

 

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder