Jump to content

Hiding overflow on one page only

Go to solution Solved by Web_Solutions,

Recommended Posts

Posted

Hi, I'm trying to hide overflow (so the background image fills the screen with no scrolling no matter what size the browser is) on only my about page. I tried using this code, but it removed the ability to scroll on every page.

#collection-617ddd81d8d3fa32a036056c
html, body {
  overflow: hidden;
}

Thanks!

Posted
1 hour ago, drewdp said:

Hi, I'm trying to hide overflow (so the background image fills the screen with no scrolling no matter what size the browser is) on only my about page. I tried using this code, but it removed the ability to scroll on every page.

#collection-617ddd81d8d3fa32a036056c
html, body {
  overflow: hidden;
}

Thanks!

Replace the code with the code below.

#collection-617ddd81d8d3fa32a036056c body {
  overflow: hidden !important;
}

 

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

  • Solution
Posted
34 minutes ago, drewdp said:

I tried this, unfortunately it doesn't seem to be working.

Sorry there was a mistake. This the right code. Replace the previous code with the code below.

#collection-617ddd81d8d3fa32a036056c {
  overflow: hidden !important;
}

 

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

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.