What's your biggest current challenge? Have your say in Community Polls along the right column.

Sticky Text section on scroll effect

Sticky Text section on scroll effect

Shreyan
Tourist
7 0 1

I want to have a sticky text with transparent background fixed to the centre of screen on my landing page that remains fixed even when other sections are scrolled to a certain point.

 

my website view- https://xzp950dgwixa14cj-83195527451.shopifypreview.com

 

website to understand the feature what is want - https://www.acnestudios.com/us/en/home

 

Thank you.

Replies 2 (2)
Shreyan
Tourist
7 0 1

Sure

namphan
Shopify Partner
2039 269 297

Hi @Shreyan,

Please go to Customize > Add section > Custom Liquid > Add code:

Screenshot.png

Code:

<p>Heading</p>
<style>
.section-{{ section.id }}-padding {
position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
</style>
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com