findyourawesome Posted March 25, 2022 Share Posted March 25, 2022 Site URL: https://www.kelseyabbott.com Hey! I'm trying to get my gradient header to also work on mobile. Can anybody help me, please? 🙂 This is the code I'm using for desktop: .Header.Header--top {  background: rgb(63,94,251);  background: radial-gradient(circle, rgba(238,124,47,100) 0%,   rgba(235,61,183,100) 100%) !important;  } Website is www.kelseyabbott.com Link to comment
Web_Solutions Posted March 25, 2022 Share Posted March 25, 2022 Add this CSS code .Mobile-bar.Mobile-bar--top { Â background: radial-gradient(circle,#ee7c2f 0%,#eb3db7 100%) !important; } findyourawesome, earthwindflowermoon, Ainul and 2 others 3 2 Link to comment
findyourawesome Posted March 25, 2022 Author Share Posted March 25, 2022 2 hours ago, Web_Solutions said: Add this CSS code .Mobile-bar.Mobile-bar--top {  background: radial-gradient(circle,#ee7c2f 0%,#eb3db7 100%) !important; } It worked!! THANK YOU!!! ✨🎉 I appreciate this SO very much!! Link to comment
Web_Solutions Posted August 26, 2022 Share Posted August 26, 2022 On 3/26/2022 at 4:24 AM, findyourawesome said: It worked!! THANK YOU!!! ✨🎉 I appreciate this SO very much!! You're most welcome! Create_Job 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