Description:
- Text appear in middle of screen (One Page)
- Sticky text on Scroll
- Text is hidden on scroll to Footer
#1. First, find Page ID

#2. Use this code to Custom CSS
#collection-68bf290eb4996c291ce5c59e {
article>section:first-child:before {
content: "L'Officiel 2025";
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: #3230F5;
z-index: 99999;
font-size: 18px;
max-width: 100px;
text-align: center;
}
section:last-child {
z-index: 9999999 !important;
}}

#3. Remember to update Page ID

Change text/text color/text size here
