BookiesPizza Posted March 9, 2022 Share Posted March 9, 2022 Hi, I'm trying to create a gradient background for my footer. From Hex color FFFAE9 on the top to 6FD3B4 on the bottom. I've tried this code, but couldn't get it to work. body.homepage footer#footer-sections {background: rgb(111,211,180); background: linear-gradient(to right, 0deg, rgba(111,211,180,1) 0%, rgba(255,250,233,1) 100%);} any help would be much appreciated! Link to comment
tuanphan Posted March 13, 2022 Share Posted March 13, 2022 Try this code footer.sections .section-background { background-image: linear-gradient(to right, 0deg, rgba(111,211,180,1) 0%, rgba(255,250,233,1) 100%); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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