EAP Posted June 17, 2020 Share Posted June 17, 2020 Site URL: https://bumblebee-tuba-mxmm.squarespace.com/ I am trying to change the background of the Contact Us/Book a Demo section to a gradient. I found the section ID and have been playing around adding the below to the overall CSS with no luck. Obviously, I'm missing something! Any help would be appreciated!! I'm new to Squarespace but not CSS. Thanks in advance! [data-section-id="5ed929b20cfa72666c8da860"] .section-background { background-image: linear-gradient(to right top, #c028b9, #9a21b0, #731da4, #491998, #001689) !important;} Link to comment
Beyondspace Posted June 17, 2020 Share Posted June 17, 2020 35 minutes ago, EAP said: Site URL: https://bumblebee-tuba-mxmm.squarespace.com/ I am trying to change the background of the Contact Us/Book a Demo section to a gradient. I found the section ID and have been playing around adding the below to the overall CSS with no luck. Obviously, I'm missing something! Any help would be appreciated!! I'm new to Squarespace but not CSS. Thanks in advance! [data-section-id="5ed929b20cfa72666c8da860"] .section-background { background-image: linear-gradient(to right top, #c028b9, #9a21b0, #731da4, #491998, #001689) !important;} Code seem correctly to me, maybe you should try it in footer: [data-section-id="5ed929b20cfa72666c8da860"] .section-background { background-image: -webkit-linear-gradient(bottom left, #c028b9, #9a21b0, #731da4, #491998, #001689) !important; background-image: -moz-linear-gradient(bottom left, #c028b9, #9a21b0, #731da4, #491998, #001689) !important; background-image: -o-linear-gradient(bottom left, #c028b9, #9a21b0, #731da4, #491998, #001689) !important; background-image: linear-gradient(to top right, #c028b9, #9a21b0, #731da4, #491998, #001689) !important; } EAP 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
EAP Posted June 17, 2020 Author Share Posted June 17, 2020 (edited) Hang on, it's not working. I'm seeing the CSS on the actual page. Did I do it wrong? Edited June 17, 2020 by EAP Link to comment
EAP Posted June 17, 2020 Author Share Posted June 17, 2020 I got it. Forgot to add the style tags! Thank you so much!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment