-
Posts
35 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by ccosta
-
-
Hello, I'm trying to implement this in avenue template and I've added the image in style editor, but I only want it to appear on one page. Its accepting this CSS: body#collection-57218a18555986178fe56abc { background-position: center top !important;background-image:url("http://static1.squarespace.com/static/56d79456746fb902cc983b5b/t/57219426b09f9564c0b476af/1461818445126/Four+Day+Ray-Commercial-Architecture-Project-Fishers-Indiana.jpg") ; }
BUT the image is still on all pages, not the one I want-#collection-57218a18555986178fe56abc
Any help or feedback would be greatly appreciated! Thank you! @calebcaming @paul2009
URL: caugustllc.com Pass: MDA1
attempting to set unique background image for one page, CSS not working with SquareSpace
in Customize with code
Posted
Just Added This CSS and Still Same Issue:
collection-57218a18555986178fe56abc {
outerWrapper {
background-image:url ("http://static1.squarespace.com/static/56d79456746fb902cc983b5b/t/57219426b09f9564c0b476af/1461818445126/Four+Day+Ray-Commercial-Architecture-Project-Fishers-Indiana.jpg") ! important; background-position: top left; background-size: cover; background-attachment: fixed; background-repeat: repeat;}}