How to remove a section

Solved
MarioCamora
Excursionist
12 0 5

Hello. I want my homepage to be fixed withou scroll down

Here is home page

Untitled-2.png

and when i scroll down

13.png

i want to remove section surrounded by green to make a fixed page. Only on home page

Link: https://woofm.myshopify.com/

Pass: criclo

Accepted Solution (1)

Accepted Solutions
dmwwebartisan
Shopify Partner
11323 2417 3481

This is an accepted solution.

@MarioCamora 

Please add the following code.

.template-index .main-content {
padding-bottom: 0rem !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)
dmwwebartisan
Shopify Partner
11323 2417 3481

@MarioCamora 

Please add the following code at the bottom of your assets/theme.scss.liquid file.

#shopify-section-1618343037e09b05ae {
top: 0px !important;
}

Hope this works.
Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
MarioCamora
Excursionist
12 0 5

it`s partially worked. Remove a little bit of section but still can scroll

dmwwebartisan
Shopify Partner
11323 2417 3481

This is an accepted solution.

@MarioCamora 

Please add the following code.

.template-index .main-content {
padding-bottom: 0rem !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
MarioCamora
Excursionist
12 0 5

Worked. Thank you so much