Buy me a coffee

Replace Lock Page image to new image on mobile

To replace Lock Page image to a new image on mobile, you can follow these.
#1. First, you need to access Lock Page

04126ebe8da32afd73b2 Min

Ac65aec94dd4ea8ab3c5 Min

#2. And set an image

C76ab3755068f736ae79 Min

We will have this

1d249e7d7e60d93e8071 Min

#3. Use this code to Website Tools > Code Injection > Lock Page to change it to another image onmobile.

<style>
  @media screen and (max-width:767px) {
  div.sqs-slide img {
    content: url(https://cdn.pixabay.com/photo/2023/10/10/15/37/motorcycle-8306765_1280.jpg);
}
  }
</style>

 

91ed726b977630286967 Min

#4. Result

00314c49a9540e0a5745 Min