chaynes07 Posted October 9, 2020 Share Posted October 9, 2020 Site URL: https://www.nailsdidla.com/menu-lashes Hello, I am trying to add a fixed background image to 3 pages of my site: Nails, Lashes, After Care (all pages aside from the homepage) This code was working for me but it messed up the layout of the home page: .section-background { position: fixed; } Any suggestions? Thanks, Christine Link to comment
creedon Posted October 9, 2020 Share Posted October 9, 2020 Change your CSS to the following. body:not( .homepage ) .section-background { position: fixed; } What this is saying is don't apply the position fixed to the home page. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Jori Posted October 22, 2020 Share Posted October 22, 2020 @creedon Hi, her website have the feature of a fixed background while content scroll https://www.nailsdidla.com/menu-lashes, not sure if she solved it but how do i do that? Sort of like this too : https://www.arcticmonkeys.com/ Thanks! Link to comment
creedon Posted October 22, 2020 Share Posted October 22, 2020 @Jori Please post the URL for you site. It is hard to give advice without the site with which to work. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
Jori Posted October 23, 2020 Share Posted October 23, 2020 @creedonhttps://www.jorigoh.com/para password is 123. Sorry for the mess. Was trying parallex which kinda fix the background but aftrer much scrolling it didnt. I dont even know the term for the fixed backgroun with content scrolling only. Do i need make content wrapper transparent or something. Thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.