Callan Posted July 22 Share Posted July 22 I want to create a background gradient from bottom of the first section on a page through the header. I can get a gradient through the first section using: <style> .fluid-engine { background-image: linear-gradient(to right top, #620e0e, #80191a, #9f2526, #c03132, #e23d40); } </style> but this stops at the header. How can I get a consistent gradient from bottom left of the first section through to top right of the header? Password for my site is: Callan Link to comment
Callan Posted July 22 Author Share Posted July 22 Correction. The CSS for a gradient on just the first section of the home page is: <style>.fe-64bb3cc5c329b51a58554d1f {background-image: linear-gradient(to right top, #620e0e, #80191a, #9f2526, #c03132, #e23d40);}</style> Link to comment
tuanphan Posted July 23 Share Posted July 23 Did you solve or still need help? 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
Callan Posted July 24 Author Share Posted July 24 Hi, no I haven't figured this out yet. Link to comment
tuanphan Posted July 25 Share Posted July 25 21 hours ago, Callan said: Hi, no I haven't figured this out yet. What is site url? We can check easier 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
Callan Posted July 27 Author Share Posted July 27 It's: https://rhubarb-plum-w4g9.squarespace.com/ p/w: Callan Link to comment
tuanphan Posted July 28 Share Posted July 28 Try this code <style> article section:first-child { padding-top: 0px !important; } </style> 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
Callan Posted July 30 Author Share Posted July 30 Thank you, that had an effect but the gradient still does not go all the way from top to bottom of the page section. There is still a border top and bottom of the section that is only one shade of dark red. Link to comment
tuanphan Posted July 31 Share Posted July 31 On 7/30/2023 at 7:18 AM, Callan said: Thank you, that had an effect but the gradient still does not go all the way from top to bottom of the page section. There is still a border top and bottom of the section that is only one shade of dark red. You mean this bottom and this top? Callan 1 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
Callan Posted July 31 Author Share Posted July 31 Yes, those images are correct. I need the gradient to go from top to bottom of the section and header. Link to comment
Solution tuanphan Posted August 1 Solution Share Posted August 1 Use this code <style> article section:first-child .section-background { background-image: linear-gradient(to right top, #620e0e, #80191a, #9f2526, #c03132, #e23d40) !important; } </style> 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
Callan Posted August 3 Author Share Posted August 3 On 8/1/2023 at 9:27 PM, tuanphan said: <style> article section:first-child .section-background { background-image: linear-gradient(to right top, #620e0e, #80191a, #9f2526, #c03132, #e23d40) !important; } </style> That worked, thank you. Appreciate your help! tuanphan 1 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