Jump to content

Is it possible to change some formating on my Lock Screen page?

Recommended Posts

Site URL: https://www.scholarsayze.com/store

Hello, I have added a lock screen to my webstore here: https://www.scholarsayze.com/store so I can update my products.

  1. is it possible to reduce the overlay so my brand in the top left corner is white, not darkened?
  2. is it possible to change the font style for the branding and text body where it says ”RETURN HOME SAMPLE SALE EARLY ACCESS PRE SPRING/SUMMER 22 — BELIEVE IN THE UNSEEN Collection
  3. I have also added a 'spinning logo' - is it possible to increase the size by 20%?

Many thanks,

Best,

Faiz

 

 

Link to comment

Hi I managed to find out through other posts how to achieve the formatting on my Lock Page. I have used the following code and added to Settings / Advanced / Code Injection / Lock Page:

 

<style>
  * {
      color: #00ff3d !important;
    font-size: 0.9rem !important;
 font-weight: 300;
 letter-spacing:-0.01em;
 line-height: 0.9em;
 text-transform: none;
 
  }
</style>
<!-- CHANGES FONT COLOR ON LOCK SCREEN -->

<style>
  @font-face {
      font-family: font name here;
    src: url(link to font url);
  }
  * {
      font-family: font name here !important;
  }
</style>
<!-- CHANGES FONT FAMILY ON LOCK SCREEN -->

<style id="slide-styles" type="text/css">
  .scrim{background-color: transparent!important;
</style>
<!-- REMOVES THE GREY OVERLAY ON LOCK SCREEN -->

<style>
  .sqs-slice-image img {
    max-height: 100px !important;
}
  .sqs-slice-body {
    margin-top: 50px !important;
}
</style>
<!-- CHANGES THE SPINNING LOGO SIZE ON LOCK SCREEN -->

 

Many thanks,

Best,

Faiz

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.